.. |
Alerts.cpp
|
Fixed using bad parameter for battery alerts clearance
|
6 lat temu |
Alerts.h
|
Fixed alerts not starting at first bit
|
6 lat temu |
Config.cpp
|
Reworked config reset code to avoid static init that eats SRAM
|
6 lat temu |
Config.h
|
Added reserved space is the case where network backup is disabled
|
6 lat temu |
Core.cpp
|
Moved line return at the beginning of each line.
|
6 lat temu |
Core.h
|
Fixed bad definition of core::notifyFailures
|
6 lat temu |
Debug.cpp
|
debug::notifyFailures now calls alerts::add
|
6 lat temu |
Debug.h
|
Added clear alerts debug command
|
6 lat temu |
Flash.cpp
|
Redesigned main loop to allow for debug programs and commands
|
7 lat temu |
Flash.h
|
Code cleanup after DS3231 trim
|
7 lat temu |
Gps.cpp
|
Added verbose debug message in getDistanceFromPrevious
|
7 lat temu |
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 lat temu |
GpsTracker.h
|
Conditionnaly include sdcard backup into code
|
7 lat temu |
GpsTracker.ino
|
Added clear alerts debug command
|
6 lat temu |
Hardware.cpp
|
Fix gps & network powered count could go to 255
|
6 lat temu |
Hardware.h
|
Fixed main unit being woke up by SoftwareSerial interrupts
|
7 lat temu |
Logging.cpp
|
Fixed constant string being declared in RAM
|
7 lat temu |
Logging.h
|
Adjusted log levels
|
7 lat temu |
MainUnit.cpp
|
Adjusted log level : verbose is really in a case of a hard debugging session
|
7 lat temu |
MainUnit.h
|
Implemented RTC alarm sleep and wake up
|
7 lat temu |
Network.cpp
|
Moved contact phone number inside sendSms (since there is one number, no need for core to know it)
|
6 lat temu |
Network.h
|
Moved contact phone number inside sendSms (since there is one number, no need for core to know it)
|
6 lat temu |
NetworkPositionsBackup.cpp
|
Merge branch 'master' into alerts
|
6 lat temu |
NetworkPositionsBackup.h
|
Added relativeToPowerOnTime to waitForRegistered, allowing to efficiently wait for the network accross the firmware
|
6 lat temu |
NetworkPositionsConfig.h
|
Added code size comments on config structs
|
6 lat temu |
Pins.h
|
Added sleep debug function and NOTICE_XXX macros
|
7 lat temu |
Positions.cpp
|
Fill metadata values even if the GPS fix isn't acquired.
|
6 lat temu |
Positions.h
|
Ability to force backup. Forcing backup when "stopping"
|
7 lat temu |
PositionsBackup.cpp
|
Implemented wait for network. Call backups directly to face what seems to be a segfault in positions::doBackup
|
7 lat temu |
PositionsBackup.h
|
Ability to force backup. Forcing backup when "stopping"
|
7 lat temu |
Rtc.cpp
|
Adjusted log level : verbose is really in a case of a hard debugging session
|
7 lat temu |
Rtc.h
|
Introduced speed timing variations based on time of the day
|
7 lat temu |
SdCard.cpp
|
Conditionnal includes of backup code work for more than one implementation
|
7 lat temu |
SdCard.h
|
Non tested implementaion of sd card positions backup
|
7 lat temu |
SdPositionsBackup.cpp
|
Ability to force backup. Forcing backup when "stopping"
|
7 lat temu |
SdPositionsBackup.h
|
Ability to force backup. Forcing backup when "stopping"
|
7 lat temu |
SdPositionsConfig.cpp
|
Conditionnal includes of backup code work for more than one implementation
|
7 lat temu |
SdPositionsConfig.h
|
Conditionnaly include sdcard backup into code
|
7 lat temu |
Time2.cpp
|
Code cleanup after DS3231 trim
|
7 lat temu |
Time2.h
|
Time3.h has been removed from uDS3231 library
|
7 lat temu |
~AutoRecover.GpsTracker.vcxproj0
|
Fixed intermediate timeout and data being incomplete / malformed
|
7 lat temu |