Bertrand Lemasle
|
25bad44a0a
|
Fixed bad conditional compilation location
|
пре 6 година |
Bertrand Lemasle
|
9655908cae
|
Using printf with entry.position instead of strcat (-24 bytes)
|
пре 6 година |
Bertrand Lemasle
|
56fa127bb7
|
Using a PROGMEM string for sms buffer init. Side effects : avoid gcc optimization that declares the buffer as a global variable, which overflow the available SRAM
|
пре 6 година |
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 година |
Bertrand Lemasle
|
5aa4eed174
|
Using a common buffer for both http and sms
|
пре 6 година |
Bertrand Lemasle
|
c00f4f480a
|
Using a PROGMEM format string for http body formatting
|
пре 6 година |
Bertrand Lemasle
|
9c38ff5098
|
Long awaited bug fix about all eeprom positions being sent again
|
пре 6 година |
Bertrand Lemasle
|
1083522e55
|
Added clear alerts debug command
|
пре 6 година |
Bertrand Lemasle
|
ca97ccd13f
|
Added CONFIG_DEFAULT_ACTIVE_ALERTS constant for readibility
|
пре 6 година |
Bertrand Lemasle
|
da048d65f8
|
Explained values in debug notifyFailures
|
пре 6 година |
Bertrand Lemasle
|
d5dfd3a461
|
Renamed debug notify failures entry
|
пре 6 година |
Bertrand Lemasle
|
6ec9d19094
|
Moved contact phone number inside sendSms (since there is one number, no need for core to know it)
|
пре 6 година |
Bertrand Lemasle
|
8b01ba9a5a
|
Reduced code size by refactoring sms buffer management
|
пре 6 година |
Bertrand Lemasle
|
c303ca86fc
|
Moved and renamed code for clarity
|
пре 6 година |
Bertrand Lemasle
|
1c69e884b0
|
Increased SMS buffer size to match possible all messages
|
пре 6 година |
Bertrand Lemasle
|
43a4c8c7af
|
Optimized alert messaging creation using flash string
|
пре 6 година |
Bertrand Lemasle
|
e2bfba407f
|
Sadly, version string must do exactly 4 chars to avoid leaving traces of old version string
|
пре 6 година |
Bertrand Lemasle
|
593fd71e98
|
Removed additional activeAlerts format parameter in config write
|
пре 6 година |
Bertrand Lemasle
|
390d9d2aca
|
Using binary format for active alerts config values notice
|
пре 6 година |
Bertrand Lemasle
|
472f788e73
|
Fixed bad condition for battery level alerts clearance
|
пре 6 година |
Bertrand Lemasle
|
2d4bd35c63
|
Disable rewrite of config values (only here for the first run on old firmwares)
|
пре 6 година |
Bertrand Lemasle
|
cde06ee4ba
|
Firmware version bump
|
пре 6 година |
Bertrand Lemasle
|
083d716384
|
Added NOTICE to sendSms. Reached 100% of program space (150 bytes left)
|
пре 6 година |
Bertrand Lemasle
|
8f07a185c5
|
Using snprintf instead of sprintf to build sms message
|
пре 6 година |
Bertrand Lemasle
|
d0ef217f75
|
Reworked code to fix missing network::powerOff in notifyFailures
|
пре 6 година |
Bertrand Lemasle
|
95b43e3f44
|
Added a fourth alert (RTC clock halt) and saving active alerts to eeprom to survive resets
|
пре 6 година |
Bertrand Lemasle
|
d8945d75d2
|
Added code size comments on config structs
|
пре 6 година |
Bertrand Lemasle
|
a2ab0c916c
|
Updated config read and write debug NOTICE with added configuration values
|
пре 6 година |
Bertrand Lemasle
|
18648de136
|
Added failure sms debug function and menu entry
|
пре 6 година |
Bertrand Lemasle
|
0ed68eeca1
|
Removed useless NOTICE call
|
пре 6 година |
Bertrand Lemasle
|
dea753de7e
|
Renamed ALERT_RTC_TEMPERATURE_FAILURE to ALERT_SUSPICIOUS_RTC_TEMPERATURE
|
пре 6 година |
Bertrand Lemasle
|
3b08d64b1f
|
sprintf on arduino cannot handle %.2f format, using temperature * 100 as in the position csv format
|
пре 6 година |
Bertrand Lemasle
|
4b04934443
|
Added config value & initialization temporary code
|
пре 6 година |
Bertrand Lemasle
|
3a5357a644
|
Fixed bad definition of core::notifyFailures
|
пре 6 година |
Bertrand Lemasle
|
93b97e377e
|
Added handle count of gps and network instances
|
пре 6 година |
Bertrand Lemasle
|
6bc833750d
|
Fixed bad use of constant. notifyFailures does not manage the state save of notified failures.
|
пре 6 година |
Bertrand Lemasle
|
250b5b3371
|
Added SMS send code to core::notifyFailures
|
пре 6 година |
Bertrand Lemasle
|
8d51ceb975
|
Added alerts notification and clearance in the main core function
|
пре 6 година |
Bertrand Lemasle
|
b538bd06d6
|
Fill metadata values even if the GPS fix isn't acquired.
|
пре 6 година |
Bertrand Lemasle
|
c7063a5698
|
Moved RTC time update from GPS to Core workflow rather than position acquisition. Avoid edge cases where the spend time measurement could be wrong because of time update in between the two measure points.
|
пре 6 година |
Bertrand Lemasle
|
b63912bd29
|
Added relativeToPowerOnTime to waitForRegistered, allowing to efficiently wait for the network accross the firmware
|
пре 6 година |
Bertrand Lemasle
|
701043b4a3
|
Added alerts conditions and framework
|
пре 6 година |
Bertrand Lemasle
|
4c3f2eda04
|
Merge branch 'pause-improvments'
|
пре 6 година |
Bertrand Lemasle
|
70db8ae6e4
|
Reported overflow prevention from pause detection to bad network detection code
|
пре 7 година |
Bertrand Lemasle
|
0894a1cb0e
|
Fixed long pause detection would never occur because of the use of max instead of min
|
пре 7 година |
Bertrand Lemasle
|
2541943150
|
Added verbose debug message in getDistanceFromPrevious
|
пре 7 година |
Bertrand Lemasle
|
5e220b23b2
|
[Untested] Reset StoppedInARow if gap between the previous and current position is more than a default value (try to detect missed positions)
|
пре 7 година |
Bertrand Lemasle
|
deaf10ed53
|
Stopped at boot up means going to long sleep. Fixed long sleep would result in a backup each time
|
пре 7 година |
Bertrand Lemasle
|
da9f958b9a
|
Fixed power off commands being issued on a powered off device force waiting for timeouts
|
пре 7 година |
Bertrand Lemasle
|
dd49cc3013
|
Fixed network not being turned off (resulting in sim808 not being turned off) because of prepare turning it on
|
пре 7 година |