1 Revīzijas (ff586968547c94df7d05666f45f46ac9469a5c1a)

Autors SHA1 Ziņojums Datums
  Bertrand Lemasle cb6bacfde5 Moved files around for vscode pirms 6 gadiem
  Bertrand Lemasle 0bc78bea88 Added reserved space is the case where network backup is disabled pirms 6 gadiem
  Bertrand Lemasle ca97ccd13f Added CONFIG_DEFAULT_ACTIVE_ALERTS constant for readibility pirms 6 gadiem
  Bertrand Lemasle e2bfba407f Sadly, version string must do exactly 4 chars to avoid leaving traces of old version string pirms 6 gadiem
  Bertrand Lemasle cde06ee4ba Firmware version bump pirms 6 gadiem
  Bertrand Lemasle 95b43e3f44 Added a fourth alert (RTC clock halt) and saving active alerts to eeprom to survive resets pirms 6 gadiem
  Bertrand Lemasle d8945d75d2 Added code size comments on config structs pirms 6 gadiem
  Bertrand Lemasle dea753de7e Renamed ALERT_RTC_TEMPERATURE_FAILURE to ALERT_SUSPICIOUS_RTC_TEMPERATURE pirms 6 gadiem
  Bertrand Lemasle 4b04934443 Added config value & initialization temporary code pirms 6 gadiem
  Bertrand Lemasle 701043b4a3 Added alerts conditions and framework pirms 6 gadiem
  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) pirms 7 gadiem
  Bertrand Lemasle eeee73206c Sleep time computation algorithm adjustements pirms 7 gadiem
  Bertrand Lemasle ce182f64f7 Fixed intermediate timeout and data being incomplete / malformed pirms 7 gadiem
  Bertrand Lemasle f6cb167baa Correctly implemented join timeout between gps & network. Adjusted timeouts pirms 7 gadiem
  Bertrand Lemasle 404fccca5b Enabling network before acquiring gps position to save some time. Reduced timeouts pirms 7 gadiem
  Bertrand Lemasle 89fbf75373 Increase conditions before bailing out because of a poor quality network pirms 7 gadiem
  Bertrand Lemasle ba971f712a Introduced constant for the "no network" bail out pirms 7 gadiem
  Bertrand Lemasle cb75225139 Cleaned up code of freeRam debugs. Cleaned commented code pirms 7 gadiem
  Bertrand Lemasle 2273ed1464 Adjusted sleep timings pirms 7 gadiem
  Bertrand Lemasle c12fc78f7d Fix sleep time at night pirms 7 gadiem
  Bertrand Lemasle 1b8e898a9b Introduced speed timing variations based on time of the day pirms 7 gadiem
  Bertrand Lemasle 6b19ce95d3 Adjusted speed timings pirms 7 gadiem
  Bertrand Lemasle 878f509e4b Reduced sleeping time for debugging purpose, and menu timeout is not effective after first command pirms 7 gadiem
  Bertrand Lemasle dc106a1ce2 Fixed _DEBUG vs !_DEBUG. Fixed code delcarations when network backup is disabled pirms 7 gadiem
  Bertrand Lemasle bbbc829b7f Defined configuration constants. Added a timeout to the menu. The goal is to automatically run normally at boot if no input is detected pirms 7 gadiem
  Bertrand Lemasle 4864d8d9c1 Messed up state where I try to gain some RAM pirms 7 gadiem
  Bertrand Lemasle dfae1a9a34 Fixed timeout for gsm and gps overflow uint16 pirms 7 gadiem
  Bertrand Lemasle 7a9987c78a Improved gprs activation in NetworkPositionsBackup pirms 7 gadiem
  Bertrand Lemasle c7c7652d1f Fixed main unit being woke up by SoftwareSerial interrupts pirms 7 gadiem
  Bertrand Lemasle 2c35fbe0f1 Implemented wait for network. Call backups directly to face what seems to be a segfault in positions::doBackup pirms 7 gadiem
  Bertrand Lemasle 1ce692f9e4 Blind implementation of network positions backup pirms 7 gadiem
  Bertrand Lemasle f7679c8187 Transformed config seed into uint8_t and removed apn from config pirms 7 gadiem
  Bertrand Lemasle 9143e494eb Conditionnal includes of backup code work for more than one implementation pirms 7 gadiem
  Bertrand Lemasle fda3aaa2c7 Conditionnaly include sdcard backup into code pirms 7 gadiem
  Bertrand Lemasle 626bfa8a5c Started real implementation of sdcard backup process pirms 7 gadiem
  Bertrand Lemasle e1babd94b5 Reorganized config code to allow for main vs sd vs another config pirms 7 gadiem
  Bertrand Lemasle 6585d4a652 Changed default configuration pirms 7 gadiem
  Bertrand Lemasle 455276fdc8 APN is now part of the configuration pirms 7 gadiem
  Bertrand Lemasle 0bb7171895 Reduced config access to EEPROM pirms 7 gadiem
  Bertrand Lemasle a4cc7b250a Fixed positions saving and reading pirms 7 gadiem
  Bertrand Lemasle 3d861d188b Automatic power on/off of i2c devices pirms 7 gadiem
  Bertrand Lemasle 0c5b267f2e Added many debug commands and use char id instead of numeric pirms 7 gadiem
  Bertrand Lemasle 4c76a75e65 Implemented config and positions saving to eeprom. pirms 7 gadiem
  Bertrand Lemasle 0d24ef07e3 Using define instead of magic numbers. Started to implement speed vs sleep time logic pirms 7 gadiem