227 Commits (d9b8c61fb8cb45fa6d33b65283ffe8ecab34aae6)
 

Autor SHA1 Mensaje Fecha
  Bertrand Lemasle d9b8c61fb8 Added an abstraction layer to work on RTC lib trim again hace 6 años
  Bertrand Lemasle af60126a40 Serial cannot be detected, so alert SMS were never sent. hace 6 años
  Bertrand Lemasle 9914ace5b3 Versium bump + using updated libraries after publication hace 6 años
  Bertrand Lemasle a2b3a33d84 Version bump + write version at startup if needed hace 6 años
  Bertrand Lemasle 5e447a057b Avoid double read of gps position, leading to incomplete positions hace 6 años
  Bertrand Lemasle c730fe08fb Position attenuation is not metric worth to wait for each time a position is sent in a loop. hace 6 años
  Bertrand Lemasle 401d5e26d9 Reverted back to http instead of https. Https seems to be unstable and unreliable for now. hace 6 años
  Bertrand Lemasle e1a4a7ffd5 Updated README.md hace 6 años
  Bertrand Lemasle e2ca7be395 Fixed compilation when network backup are disabled hace 6 años
  Bertrand Lemasle c64884ba88 Completed README.md hace 6 años
  Bertrand Lemasle 92c68720ae Cleaned includes in cpp hace 6 años
  Bertrand Lemasle 19408cd24a Cleaned includes in header files hace 6 años
  Bertrand Lemasle ffc030d011 Moved defines and include around hace 6 años
  Bertrand Lemasle 9b66b8b395 Moved configuration values to dedicated files and documented them. hace 6 años
  Bertrand Lemasle 3a07e20575 Started to lay down some info in README.md hace 6 años
  Bertrand Lemasle dd09b00220 Added LICENSE.md hace 6 años
  Bertrand Lemasle 7d43c975f7 Removed .gitattributes hace 6 años
  Bertrand Lemasle c7b491f1f1 Changed rtc::getTemperature to an in16_t (-214 bytes) hace 6 años
  Bertrand Lemasle 43fd3f330c Using a csv format to debug positions (-128 bytes) hace 6 años
  Bertrand Lemasle 7fd6eeb0ca Put debug PositionEntryMetadata into PROGMEM hace 6 años
  Bertrand Lemasle 3f8cf9ff81 Changed default url to add HTTPS support hace 6 años
  Bertrand Lemasle 7cc36c6258 Avoid backup while the tracker is moving hace 6 años
  Bertrand Lemasle e072cadbc2 Moved all source files inside a src folder hace 6 años
  Bertrand Lemasle e418495ed8 Merge branch 'alerts' of Stainloud/arduino-gps-tracker into master hace 6 años
  Bertrand Lemasle c5014addd2 Do a last network status check before leaving the loop after timeout hace 6 años
  Bertrand Lemasle df8deba470 Fixed typo and arranged code hace 6 años
  Bertrand Lemasle fcf9a68c0f Disable SIM808 phone functionality when powering on the gps only hace 6 años
  Bertrand Lemasle a8ad48317a Fixed SIM808 power management. Straighten the power count logic everywhere hace 6 años
  Bertrand Lemasle 0ec46f7699 Straighten poweredCount logic for i2c hace 6 años
  Bertrand Lemasle aa1761ed04 Fixed clear and add alerts hace 6 años
  Bertrand Lemasle 5cd3f2e09b Clear the active alerts first hace 6 años
  Bertrand Lemasle 47ce7e8235 Added temperature to getAndDisplayRtcTime hace 6 años
  Bertrand Lemasle ac7db36561 Reverted forcing devices power off, stupid as they need to stay on during some of those sleeps hace 6 años
  Bertrand Lemasle 0d68f8766d Display alerts on Serial when available to avoid SMS costs while debugging hace 6 años
  Bertrand Lemasle ff58696854 Merge branch 'code-reduction' into alerts hace 6 años
  Bertrand Lemasle f96b40c6c4 Made sure devices are powered off on sleep and obtained 112 bytes(???) hace 6 años
  Bertrand Lemasle 71c8cf6f4f Removed mainunit:sleep (-130 bytes) hace 6 años
  Bertrand Lemasle b943cc3478 Reworked network isAvailable condition to gain 26 bytes on hex size hace 6 años
  Bertrand Lemasle 5498b9ae67 Remove intermediate variable (-48 bytes) hace 6 años
  Bertrand Lemasle 818faef87b Reduced code size when only one backup method is enabled (22 bytes) hace 6 años
  Bertrand Lemasle 2af81daeaa Reduced hex size by reversing if condition (-33bytes) hace 6 años
  Bertrand Lemasle 809531acce Fix network not being powered off if not available hace 6 años
  Bertrand Lemasle 4e7fa88118 Added intellisense configuration file hace 6 años
  Bertrand Lemasle a371b8556d Added workspace to scm hace 6 años
  Bertrand Lemasle cb6bacfde5 Moved files around for vscode hace 6 años
  Bertrand Lemasle ac38f7b003 Reduced conditions for allerts triggering and clearing (-46 bytes) hace 6 años
  Bertrand Lemasle 6c457151fd Merge branch 'alerts' into code-reduction hace 6 años
  Bertrand Lemasle 32e05881ea debug::notifyFailures now calls alerts::add hace 6 años
  Bertrand Lemasle d2f3afae42 Moved line return at the beginning of each line. hace 6 años
  Bertrand Lemasle b99b782394 Fixed using bad parameter for battery alerts clearance hace 6 años