187 Révisions (2af81daeaa4dde8585fcf1cbfe62f037a8455878)
 

Auteur SHA1 Message Date
  Bertrand Lemasle 2af81daeaa Reduced hex size by reversing if condition (-33bytes) il y a 6 ans
  Bertrand Lemasle 809531acce Fix network not being powered off if not available il y a 6 ans
  Bertrand Lemasle 4e7fa88118 Added intellisense configuration file il y a 6 ans
  Bertrand Lemasle a371b8556d Added workspace to scm il y a 6 ans
  Bertrand Lemasle cb6bacfde5 Moved files around for vscode il y a 6 ans
  Bertrand Lemasle ac38f7b003 Reduced conditions for allerts triggering and clearing (-46 bytes) il y a 6 ans
  Bertrand Lemasle 6c457151fd Merge branch 'alerts' into code-reduction il y a 6 ans
  Bertrand Lemasle 32e05881ea debug::notifyFailures now calls alerts::add il y a 6 ans
  Bertrand Lemasle d2f3afae42 Moved line return at the beginning of each line. il y a 6 ans
  Bertrand Lemasle b99b782394 Fixed using bad parameter for battery alerts clearance il y a 6 ans
  Bertrand Lemasle c5c91b7eea Moved notifyFailures alerts to match alerts bits il y a 6 ans
  Bertrand Lemasle 741947db3d Fixed start of sms message not at the start of the buffer il y a 6 ans
  Bertrand Lemasle 82a00d305d Fix gps & network powered count could go to 255 il y a 6 ans
  Bertrand Lemasle 9882a9dc0b Additional debug info for getTime and notifyFailures il y a 6 ans
  Bertrand Lemasle 28efbe5a75 Moved alerts code to match alerts bits definition il y a 6 ans
  Bertrand Lemasle 75b3b1ad40 Fixed alerts not starting at first bit il y a 6 ans
  Bertrand Lemasle ff3cdc3086 Merge branch 'master' into alerts il y a 6 ans
  Bertrand Lemasle a767fe6076 Fixed respondeCode was evaluated to a boolean il y a 6 ans
  Bertrand Lemasle f1bf52a0e7 Merge branch 'code-reduction' into alerts il y a 6 ans
  Bertrand Lemasle 4a94de3800 Reworked config reset code to avoid static init that eats SRAM il y a 6 ans
  Bertrand Lemasle 0bc78bea88 Added reserved space is the case where network backup is disabled il y a 6 ans
  Bertrand Lemasle 25bad44a0a Fixed bad conditional compilation location il y a 6 ans
  Bertrand Lemasle 9655908cae Using printf with entry.position instead of strcat (-24 bytes) il y a 6 ans
  Bertrand Lemasle 9d77538dd9 Merge branch 'code-reduction' into alerts il y a 6 ans
  Bertrand Lemasle 56fa127bb7 Using a PROGMEM string for sms buffer init. Side effects : avoid gcc optimization that declares the buffer as a global variable, which overflow the available SRAM il y a 6 ans
  Bertrand Lemasle 94d0b53a8e Revert "Using a common buffer for both http and sms" il y a 6 ans
  Bertrand Lemasle 5aa4eed174 Using a common buffer for both http and sms il y a 6 ans
  Bertrand Lemasle c00f4f480a Using a PROGMEM format string for http body formatting il y a 6 ans
  Bertrand Lemasle 9c38ff5098 Long awaited bug fix about all eeprom positions being sent again il y a 6 ans
  Bertrand Lemasle 1083522e55 Added clear alerts debug command il y a 6 ans
  Bertrand Lemasle ca97ccd13f Added CONFIG_DEFAULT_ACTIVE_ALERTS constant for readibility il y a 6 ans
  Bertrand Lemasle da048d65f8 Explained values in debug notifyFailures il y a 6 ans
  Bertrand Lemasle d5dfd3a461 Renamed debug notify failures entry il y a 6 ans
  Bertrand Lemasle 6ec9d19094 Moved contact phone number inside sendSms (since there is one number, no need for core to know it) il y a 6 ans
  Bertrand Lemasle 8b01ba9a5a Reduced code size by refactoring sms buffer management il y a 6 ans
  Bertrand Lemasle c303ca86fc Moved and renamed code for clarity il y a 6 ans
  Bertrand Lemasle 1c69e884b0 Increased SMS buffer size to match possible all messages il y a 6 ans
  Bertrand Lemasle 43a4c8c7af Optimized alert messaging creation using flash string il y a 6 ans
  Bertrand Lemasle e2bfba407f Sadly, version string must do exactly 4 chars to avoid leaving traces of old version string il y a 6 ans
  Bertrand Lemasle 593fd71e98 Removed additional activeAlerts format parameter in config write il y a 6 ans
  Bertrand Lemasle 390d9d2aca Using binary format for active alerts config values notice il y a 6 ans
  Bertrand Lemasle 472f788e73 Fixed bad condition for battery level alerts clearance il y a 6 ans
  Bertrand Lemasle 2d4bd35c63 Disable rewrite of config values (only here for the first run on old firmwares) il y a 6 ans
  Bertrand Lemasle cde06ee4ba Firmware version bump il y a 6 ans
  Bertrand Lemasle 083d716384 Added NOTICE to sendSms. Reached 100% of program space (150 bytes left) il y a 6 ans
  Bertrand Lemasle 8f07a185c5 Using snprintf instead of sprintf to build sms message il y a 6 ans
  Bertrand Lemasle d0ef217f75 Reworked code to fix missing network::powerOff in notifyFailures il y a 6 ans
  Bertrand Lemasle 95b43e3f44 Added a fourth alert (RTC clock halt) and saving active alerts to eeprom to survive resets il y a 6 ans
  Bertrand Lemasle d8945d75d2 Added code size comments on config structs il y a 6 ans
  Bertrand Lemasle a2ab0c916c Updated config read and write debug NOTICE with added configuration values il y a 6 ans