249 コミット (b48c7cc53eb06ebf70376ae8ef3425beb3b41764)
 

作成者 SHA1 メッセージ 日付
  Bertrand Lemasle b48c7cc53e Merge branch 'trim-main' 6年前
  Bertrand Lemasle 3b431c2390 Moved triggered notice up a bit so it is diplayed in all cases 6年前
  Bertrand Lemasle 3abdc2edcd Added a new ABOUT_TO_STOP state to manage prepare and backup power adequality 6年前
  Bertrand Lemasle 79a5992d66 Fixed network backup power on and off logic 6年前
  Bertrand Lemasle 8250e47cdb bailing out immediatly on network activation fail 6年前
  Bertrand Lemasle e61ab1c11c Fixed network and gps powered counts 6年前
  Bertrand Lemasle f7b336b1c3 Displayed alarm1 actual time instead of supposed one 6年前
  Bertrand Lemasle f70acbddc4 Fixed readAlarm1 override not unpacking time 6年前
  Bertrand Lemasle 2b3350c6e7 Changed some prints 6年前
  Bertrand Lemasle 149db28841 Added force parameter to prepareBackup, as for backup 6年前
  Bertrand Lemasle 2c4917f9b3 Merge branch 'trim-rtc-3' 6年前
  Bertrand Lemasle b2cfd8ccdd removed unnecessary compiler directives 6年前
  Bertrand Lemasle a2bfadd21f Adjusted some logs 6年前
  Bertrand Lemasle d4afcd3781 One version string instead of several 6年前
  Bertrand Lemasle a5ff07e7da Reduced hex size by mutualizing print config function 6年前
  Bertrand Lemasle 0fa1eb4dc9 Reduced hex size by mutualizing print position function 6年前
  Bertrand Lemasle c417f4198f Rework log defines for clarity 6年前
  Bertrand Lemasle 48a691c47d Fixed distance from previous debug messages 6年前
  Bertrand Lemasle 816301be51 Updated GpsTracker with recent changes from sim808 6年前
  Bertrand Lemasle 62b33ce260 Changed parseSubstring to return uint16_t to avoid cast issue for year 6年前
  Bertrand Lemasle 752a59c6b8 Using patched MD_DS3231 instead of uDS3231 6年前
  Bertrand Lemasle 5831dca9a2 Applied changes from uDS3231 rewrite 6年前
  Bertrand Lemasle d9b8c61fb8 Added an abstraction layer to work on RTC lib trim again 6年前
  Bertrand Lemasle af60126a40 Serial cannot be detected, so alert SMS were never sent. 6年前
  Bertrand Lemasle 9914ace5b3 Versium bump + using updated libraries after publication 6年前
  Bertrand Lemasle a2b3a33d84 Version bump + write version at startup if needed 6年前
  Bertrand Lemasle 5e447a057b Avoid double read of gps position, leading to incomplete positions 6年前
  Bertrand Lemasle c730fe08fb Position attenuation is not metric worth to wait for each time a position is sent in a loop. 6年前
  Bertrand Lemasle 401d5e26d9 Reverted back to http instead of https. Https seems to be unstable and unreliable for now. 6年前
  Bertrand Lemasle e1a4a7ffd5 Updated README.md 6年前
  Bertrand Lemasle e2ca7be395 Fixed compilation when network backup are disabled 6年前
  Bertrand Lemasle c64884ba88 Completed README.md 6年前
  Bertrand Lemasle 92c68720ae Cleaned includes in cpp 6年前
  Bertrand Lemasle 19408cd24a Cleaned includes in header files 6年前
  Bertrand Lemasle ffc030d011 Moved defines and include around 6年前
  Bertrand Lemasle 9b66b8b395 Moved configuration values to dedicated files and documented them. 6年前
  Bertrand Lemasle 3a07e20575 Started to lay down some info in README.md 6年前
  Bertrand Lemasle dd09b00220 Added LICENSE.md 6年前
  Bertrand Lemasle 7d43c975f7 Removed .gitattributes 6年前
  Bertrand Lemasle c7b491f1f1 Changed rtc::getTemperature to an in16_t (-214 bytes) 6年前
  Bertrand Lemasle 43fd3f330c Using a csv format to debug positions (-128 bytes) 6年前
  Bertrand Lemasle 7fd6eeb0ca Put debug PositionEntryMetadata into PROGMEM 6年前
  Bertrand Lemasle 3f8cf9ff81 Changed default url to add HTTPS support 6年前
  Bertrand Lemasle 7cc36c6258 Avoid backup while the tracker is moving 6年前
  Bertrand Lemasle e072cadbc2 Moved all source files inside a src folder 6年前
  Bertrand Lemasle e418495ed8 Merge branch 'alerts' of Stainloud/arduino-gps-tracker into master 6年前
  Bertrand Lemasle c5014addd2 Do a last network status check before leaving the loop after timeout 6年前
  Bertrand Lemasle df8deba470 Fixed typo and arranged code 6年前
  Bertrand Lemasle fcf9a68c0f Disable SIM808 phone functionality when powering on the gps only 6年前
  Bertrand Lemasle a8ad48317a Fixed SIM808 power management. Straighten the power count logic everywhere 6年前