Bertrand Lemasle
|
c417f4198f
|
Rework log defines for clarity
|
6 yıl önce |
Bertrand Lemasle
|
816301be51
|
Updated GpsTracker with recent changes from sim808
(cherry picked from commit 275bc46688 )
|
6 yıl önce |
Bertrand Lemasle
|
c730fe08fb
|
Position attenuation is not metric worth to wait for each time a position is sent in a loop.
|
6 yıl önce |
Bertrand Lemasle
|
ffc030d011
|
Moved defines and include around
|
6 yıl önce |
Bertrand Lemasle
|
c7b491f1f1
|
Changed rtc::getTemperature to an in16_t (-214 bytes)
With this change, EEPROM historic data is unusable so version bump + config seed change
|
6 yıl önce |
Bertrand Lemasle
|
e072cadbc2
|
Moved all source files inside a src folder
|
6 yıl önce |
Bertrand Lemasle
|
cb6bacfde5
|
Moved files around for vscode
|
6 yıl önce |
Bertrand Lemasle
|
a767fe6076
|
Fixed respondeCode was evaluated to a boolean
|
6 yıl önce |
Bertrand Lemasle
|
9655908cae
|
Using printf with entry.position instead of strcat (-24 bytes)
|
6 yıl önce |
Bertrand Lemasle
|
94d0b53a8e
|
Revert "Using a common buffer for both http and sms"
This reverts commit 3cfc7074d1 .
Common buffer implies that the buffer goes to static memory, which overflow the available SRAM.
|
6 yıl önce |
Bertrand Lemasle
|
5aa4eed174
|
Using a common buffer for both http and sms
|
6 yıl önce |
Bertrand Lemasle
|
c00f4f480a
|
Using a PROGMEM format string for http body formatting
|
6 yıl önce |
Bertrand Lemasle
|
9c38ff5098
|
Long awaited bug fix about all eeprom positions being sent again
|
6 yıl önce |
Bertrand Lemasle
|
0ed68eeca1
|
Removed useless NOTICE call
|
6 yıl önce |
Bertrand Lemasle
|
b63912bd29
|
Added relativeToPowerOnTime to waitForRegistered, allowing to efficiently wait for the network accross the firmware
|
6 yıl önce |
Bertrand Lemasle
|
70db8ae6e4
|
Reported overflow prevention from pause detection to bad network detection code
|
7 yıl önce |
Bertrand Lemasle
|
dd49cc3013
|
Fixed network not being turned off (resulting in sim808 not being turned off) because of prepare turning it on
|
7 yıl önce |
Bertrand Lemasle
|
6b41da4c9a
|
Ability to force backup. Forcing backup when "stopping"
|
7 yıl önce |
Bertrand Lemasle
|
0cd271cf09
|
When network is not available for the time being, postponing the backup to a later time to avoid eating the battery for nothing
|
7 yıl önce |
Bertrand Lemasle
|
ce182f64f7
|
Fixed intermediate timeout and data being incomplete / malformed
|
7 yıl önce |
Bertrand Lemasle
|
f6cb167baa
|
Correctly implemented join timeout between gps & network. Adjusted timeouts
|
7 yıl önce |
Bertrand Lemasle
|
404fccca5b
|
Enabling network before acquiring gps position to save some time. Reduced timeouts
|
7 yıl önce |
Bertrand Lemasle
|
f687c9d11a
|
Adjusted log level : verbose is really in a case of a hard debugging session
|
7 yıl önce |
Bertrand Lemasle
|
9ccd312144
|
Sending freeRam and gsm signal attenuation along with position for debugging purpose
|
7 yıl önce |
Bertrand Lemasle
|
cb75225139
|
Cleaned up code of freeRam debugs. Cleaned commented code
|
7 yıl önce |
Bertrand Lemasle
|
dc106a1ce2
|
Fixed _DEBUG vs !_DEBUG. Fixed code delcarations when network backup is disabled
|
7 yıl önce |
Bertrand Lemasle
|
5815e5c8d4
|
Avoid to backup positions if no positions have been saved at all
|
7 yıl önce |
Bertrand Lemasle
|
4d8986d485
|
Saving network backup progress into eeprom
|
7 yıl önce |
Bertrand Lemasle
|
30a99cb251
|
Working network positions backup
|
7 yıl önce |
Bertrand Lemasle
|
4864d8d9c1
|
Messed up state where I try to gain some RAM
|
7 yıl önce |
Bertrand Lemasle
|
dfae1a9a34
|
Fixed timeout for gsm and gps overflow uint16
|
7 yıl önce |
Bertrand Lemasle
|
7a9987c78a
|
Improved gprs activation in NetworkPositionsBackup
|
7 yıl önce |
Bertrand Lemasle
|
2c35fbe0f1
|
Implemented wait for network. Call backups directly to face what seems to be a segfault in positions::doBackup
|
7 yıl önce |
Bertrand Lemasle
|
1ce692f9e4
|
Blind implementation of network positions backup
|
7 yıl önce |