163 Commits (56fa127bb75a38296b3f21264b1eda7fdca62fa4)
 

Autor SHA1 Mensaje Fecha
  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 589acf16d8 Merge branch 'network-backup' 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 16a50cf531 The gps tracker server now has its own repository hace 7 años
  Bertrand Lemasle 32be4cf9e5 Started some real work around a gps tracker postions server. hace 7 años
  Bertrand Lemasle ba971f712a Introduced constant for the "no network" bail out hace 7 años
  Bertrand Lemasle b8aed99418 Added project for python server that will receive gps tracker positions hace 7 años
  Bertrand Lemasle e77f5aac48 Gave some more space for the "no network" bail out hace 7 años
  Bertrand Lemasle 9ccd312144 Sending freeRam and gsm signal attenuation along with position for debugging purpose hace 7 años
  Bertrand Lemasle f47ab930e4 Changed network backup configuration hace 7 años
  Bertrand Lemasle cb75225139 Cleaned up code of freeRam debugs. Cleaned commented code hace 7 años
  Bertrand Lemasle 2273ed1464 Adjusted sleep timings hace 7 años
  Bertrand Lemasle f5b38feed3 Do not wait the full time when no gsm signal can be found hace 7 años
  Bertrand Lemasle c12fc78f7d Fix sleep time at night hace 7 años
  Bertrand Lemasle 1b8e898a9b Introduced speed timing variations based on time of the day hace 7 años
  Bertrand Lemasle 27c290dd5b Added detected velocity and sleep timing when setting false gps coordinate hace 7 años
  Bertrand Lemasle 6b19ce95d3 Adjusted speed timings hace 7 años
  Bertrand Lemasle 878f509e4b Reduced sleeping time for debugging purpose, and menu timeout is not effective after first command hace 7 años
  Bertrand Lemasle a093a1ea47 Revert "Removed menu timeout, that was a bad idea" hace 7 años
  Bertrand Lemasle c0febe7fd6 Force the hand to obtain an accurate fix when possible. To be improved (intermediate timeout between fix / accurate fix and no fix at all) hace 7 años
  Bertrand Lemasle 039e2c98ad Removed menu timeout, that was a bad idea hace 7 años
  Bertrand Lemasle 838c2c3b62 Fixed maxEntryIndex being set to 6 as eeprom is not initialized on static init. hace 7 años
  Bertrand Lemasle 6a2a305cd1 Adjusted log levels hace 7 años
  Bertrand Lemasle d66789faed Code cleanup etc hace 7 años
  Bertrand Lemasle dc106a1ce2 Fixed _DEBUG vs !_DEBUG. Fixed code delcarations when network backup is disabled hace 7 años
  Bertrand Lemasle eea6c85b9d Removed _DEBUG define for release configuration hace 7 años
  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 hace 7 años
  Bertrand Lemasle 4ecb38a8ea Added debug functions to print sleeep times based on velocity hace 7 años
  Bertrand Lemasle 5815e5c8d4 Avoid to backup positions if no positions have been saved at all hace 7 años
  Bertrand Lemasle fe7723c9d9 getVelocity() returns 0 when parsing from lastPosition fails hace 7 años
  Bertrand Lemasle 01f3a488a1 Added some code to reduce the effect of a gps fix that would indicate no speed, leaving the device in sleep mode for too long hace 7 años
  Bertrand Lemasle 4d8986d485 Saving network backup progress into eeprom hace 7 años
  Bertrand Lemasle 30a99cb251 Working network positions backup hace 7 años
  Bertrand Lemasle 5bbf96694e For now expected code is 200 as most of the online request bin like respond with that code hace 7 años
  Bertrand Lemasle 4864d8d9c1 Messed up state where I try to gain some RAM hace 7 años
  Bertrand Lemasle ba9531f2dd Display signal quality while searching for network hace 7 años
  Bertrand Lemasle 7159d83009 Fixed debug print from Positions::get hace 7 años
  Bertrand Lemasle dfae1a9a34 Fixed timeout for gsm and gps overflow uint16 hace 7 años
  Bertrand Lemasle 00f5660f52 Fixed Gprs being disabled after CFUN has been set to the minimum hace 7 años
  Bertrand Lemasle 7a9987c78a Improved gprs activation in NetworkPositionsBackup hace 7 años