145 Commits (1c69e884b09ca41a923ab26cdf7e011c4a3ff1b5)

Autor SHA1 Mensaje Fecha
  Bertrand Lemasle 1c69e884b0 Increased SMS buffer size to match possible all messages hace 6 años
  Bertrand Lemasle 43a4c8c7af Optimized alert messaging creation using flash string hace 6 años
  Bertrand Lemasle e2bfba407f Sadly, version string must do exactly 4 chars to avoid leaving traces of old version string hace 6 años
  Bertrand Lemasle 593fd71e98 Removed additional activeAlerts format parameter in config write hace 6 años
  Bertrand Lemasle 390d9d2aca Using binary format for active alerts config values notice hace 6 años
  Bertrand Lemasle 472f788e73 Fixed bad condition for battery level alerts clearance hace 6 años
  Bertrand Lemasle 2d4bd35c63 Disable rewrite of config values (only here for the first run on old firmwares) hace 6 años
  Bertrand Lemasle cde06ee4ba Firmware version bump hace 6 años
  Bertrand Lemasle 083d716384 Added NOTICE to sendSms. Reached 100% of program space (150 bytes left) hace 6 años
  Bertrand Lemasle 8f07a185c5 Using snprintf instead of sprintf to build sms message hace 6 años
  Bertrand Lemasle d0ef217f75 Reworked code to fix missing network::powerOff in notifyFailures hace 6 años
  Bertrand Lemasle 95b43e3f44 Added a fourth alert (RTC clock halt) and saving active alerts to eeprom to survive resets hace 6 años
  Bertrand Lemasle d8945d75d2 Added code size comments on config structs hace 6 años
  Bertrand Lemasle a2ab0c916c Updated config read and write debug NOTICE with added configuration values hace 6 años
  Bertrand Lemasle 18648de136 Added failure sms debug function and menu entry hace 6 años
  Bertrand Lemasle 0ed68eeca1 Removed useless NOTICE call hace 6 años
  Bertrand Lemasle dea753de7e Renamed ALERT_RTC_TEMPERATURE_FAILURE to ALERT_SUSPICIOUS_RTC_TEMPERATURE hace 6 años
  Bertrand Lemasle 3b08d64b1f sprintf on arduino cannot handle %.2f format, using temperature * 100 as in the position csv format hace 6 años
  Bertrand Lemasle 4b04934443 Added config value & initialization temporary code hace 6 años
  Bertrand Lemasle 3a5357a644 Fixed bad definition of core::notifyFailures hace 6 años
  Bertrand Lemasle 93b97e377e Added handle count of gps and network instances hace 6 años
  Bertrand Lemasle 6bc833750d Fixed bad use of constant. notifyFailures does not manage the state save of notified failures. hace 6 años
  Bertrand Lemasle 250b5b3371 Added SMS send code to core::notifyFailures hace 6 años
  Bertrand Lemasle 8d51ceb975 Added alerts notification and clearance in the main core function hace 6 años
  Bertrand Lemasle b538bd06d6 Fill metadata values even if the GPS fix isn't acquired. hace 6 años
  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. hace 6 años
  Bertrand Lemasle b63912bd29 Added relativeToPowerOnTime to waitForRegistered, allowing to efficiently wait for the network accross the firmware hace 6 años
  Bertrand Lemasle 701043b4a3 Added alerts conditions and framework hace 6 años
  Bertrand Lemasle 70db8ae6e4 Reported overflow prevention from pause detection to bad network detection code hace 7 años
  Bertrand Lemasle 0894a1cb0e Fixed long pause detection would never occur because of the use of max instead of min hace 7 años
  Bertrand Lemasle 2541943150 Added verbose debug message in getDistanceFromPrevious hace 7 años
  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) hace 7 años
  Bertrand Lemasle deaf10ed53 Stopped at boot up means going to long sleep. Fixed long sleep would result in a backup each time hace 7 años
  Bertrand Lemasle da9f958b9a Fixed power off commands being issued on a powered off device force waiting for timeouts hace 7 años
  Bertrand Lemasle dd49cc3013 Fixed network not being turned off (resulting in sim808 not being turned off) because of prepare turning it on hace 7 años
  Bertrand Lemasle 6b41da4c9a Ability to force backup. Forcing backup when "stopping" hace 7 años
  Bertrand Lemasle ebfc1698b3 Fixed positions count from index, used to determine if backup is needed hace 7 años
  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 hace 7 años
  Bertrand Lemasle eeee73206c Sleep time computation algorithm adjustements hace 7 años
  Bertrand Lemasle 12aa8fbae9 Fixed alteration of config in ram that prevent appropriate save of positions once the maximum has been reached hace 7 años
  Bertrand Lemasle ce182f64f7 Fixed intermediate timeout and data being incomplete / malformed hace 7 años
  Bertrand Lemasle f6cb167baa Correctly implemented join timeout between gps & network. Adjusted timeouts hace 7 años
  Bertrand Lemasle 404fccca5b Enabling network before acquiring gps position to save some time. Reduced timeouts hace 7 años
  Bertrand Lemasle c24b2c18e0 Added some log to acquireCurrentPosition hace 7 años
  Bertrand Lemasle b75f48671c Fixed constant string being declared in RAM hace 7 años
  Bertrand Lemasle 6a6b6063a2 Removed debug menu SD_WRITE_TEST as sd card support will probably never make it back hace 7 años
  Bertrand Lemasle f687c9d11a Adjusted log level : verbose is really in a case of a hard debugging session hace 7 años
  Bertrand Lemasle 89fbf75373 Increase conditions before bailing out because of a poor quality network hace 7 años
  Bertrand Lemasle 2575be5e35 Enabled network backup to real server hace 7 años
  Bertrand Lemasle ba971f712a Introduced constant for the "no network" bail out hace 7 años