..
Alerts.cpp
Fixed bad condition for battery level alerts clearance
6 anni fa
Alerts.h
Added a fourth alert (RTC clock halt) and saving active alerts to eeprom to survive resets
6 anni fa
Config.cpp
Added reserved space is the case where network backup is disabled
6 anni fa
Config.h
Added reserved space is the case where network backup is disabled
6 anni fa
Core.cpp
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 anni fa
Core.h
Fixed bad definition of core::notifyFailures
6 anni fa
Debug.cpp
Added clear alerts debug command
6 anni fa
Debug.h
Added clear alerts debug command
6 anni fa
Flash.cpp
Redesigned main loop to allow for debug programs and commands
7 anni fa
Flash.h
Code cleanup after DS3231 trim
7 anni fa
Gps.cpp
Added verbose debug message in getDistanceFromPrevious
7 anni fa
Gps.h
[Untested] Reset StoppedInARow if gap between the previous and current position is more than a default value (try to detect missed positions)
7 anni fa
GpsTracker.h
Conditionnaly include sdcard backup into code
7 anni fa
GpsTracker.ino
Added clear alerts debug command
6 anni fa
Hardware.cpp
Added handle count of gps and network instances
6 anni fa
Hardware.h
Fixed main unit being woke up by SoftwareSerial interrupts
7 anni fa
Logging.cpp
Fixed constant string being declared in RAM
7 anni fa
Logging.h
Adjusted log levels
7 anni fa
MainUnit.cpp
Adjusted log level : verbose is really in a case of a hard debugging session
7 anni fa
MainUnit.h
Implemented RTC alarm sleep and wake up
7 anni fa
Network.cpp
Moved contact phone number inside sendSms (since there is one number, no need for core to know it)
6 anni fa
Network.h
Moved contact phone number inside sendSms (since there is one number, no need for core to know it)
6 anni fa
NetworkPositionsBackup.cpp
Using printf with entry.position instead of strcat (-24 bytes)
6 anni fa
NetworkPositionsBackup.h
Added relativeToPowerOnTime to waitForRegistered, allowing to efficiently wait for the network accross the firmware
6 anni fa
NetworkPositionsConfig.h
Added code size comments on config structs
6 anni fa
Pins.h
Added sleep debug function and NOTICE_XXX macros
7 anni fa
Positions.cpp
Fill metadata values even if the GPS fix isn't acquired.
6 anni fa
Positions.h
Ability to force backup. Forcing backup when "stopping"
7 anni fa
PositionsBackup.cpp
Implemented wait for network. Call backups directly to face what seems to be a segfault in positions::doBackup
7 anni fa
PositionsBackup.h
Ability to force backup. Forcing backup when "stopping"
7 anni fa
Rtc.cpp
Adjusted log level : verbose is really in a case of a hard debugging session
7 anni fa
Rtc.h
Introduced speed timing variations based on time of the day
7 anni fa
SdCard.cpp
Conditionnal includes of backup code work for more than one implementation
7 anni fa
SdCard.h
Non tested implementaion of sd card positions backup
7 anni fa
SdPositionsBackup.cpp
Ability to force backup. Forcing backup when "stopping"
7 anni fa
SdPositionsBackup.h
Ability to force backup. Forcing backup when "stopping"
7 anni fa
SdPositionsConfig.cpp
Conditionnal includes of backup code work for more than one implementation
7 anni fa
SdPositionsConfig.h
Conditionnaly include sdcard backup into code
7 anni fa
Time2.cpp
Code cleanup after DS3231 trim
7 anni fa
Time2.h
Time3.h has been removed from uDS3231 library
7 anni fa
~AutoRecover.GpsTracker.vcxproj0
Fixed intermediate timeout and data being incomplete / malformed
7 anni fa