Bertrand Lemasle
|
0ec46f7699
|
Straighten poweredCount logic for i2c
|
6 years ago |
Bertrand Lemasle
|
aa1761ed04
|
Fixed clear and add alerts
|
6 years ago |
Bertrand Lemasle
|
5cd3f2e09b
|
Clear the active alerts first
|
6 years ago |
Bertrand Lemasle
|
47ce7e8235
|
Added temperature to getAndDisplayRtcTime
|
6 years ago |
Bertrand Lemasle
|
ac7db36561
|
Reverted forcing devices power off, stupid as they need to stay on during some of those sleeps
|
6 years ago |
Bertrand Lemasle
|
0d68f8766d
|
Display alerts on Serial when available to avoid SMS costs while debugging
|
6 years ago |
Bertrand Lemasle
|
ff58696854
|
Merge branch 'code-reduction' into alerts
|
6 years ago |
Bertrand Lemasle
|
f96b40c6c4
|
Made sure devices are powered off on sleep and obtained 112 bytes(???)
|
6 years ago |
Bertrand Lemasle
|
71c8cf6f4f
|
Removed mainunit:sleep (-130 bytes)
|
6 years ago |
Bertrand Lemasle
|
b943cc3478
|
Reworked network isAvailable condition to gain 26 bytes on hex size
|
6 years ago |
Bertrand Lemasle
|
5498b9ae67
|
Remove intermediate variable (-48 bytes)
|
6 years ago |
Bertrand Lemasle
|
818faef87b
|
Reduced code size when only one backup method is enabled (22 bytes)
|
6 years ago |
Bertrand Lemasle
|
2af81daeaa
|
Reduced hex size by reversing if condition (-33bytes)
|
6 years ago |
Bertrand Lemasle
|
809531acce
|
Fix network not being powered off if not available
|
6 years ago |
Bertrand Lemasle
|
4e7fa88118
|
Added intellisense configuration file
|
6 years ago |
Bertrand Lemasle
|
a371b8556d
|
Added workspace to scm
|
6 years ago |
Bertrand Lemasle
|
cb6bacfde5
|
Moved files around for vscode
|
6 years ago |
Bertrand Lemasle
|
ac38f7b003
|
Reduced conditions for allerts triggering and clearing (-46 bytes)
|
6 years ago |
Bertrand Lemasle
|
6c457151fd
|
Merge branch 'alerts' into code-reduction
|
6 years ago |
Bertrand Lemasle
|
32e05881ea
|
debug::notifyFailures now calls alerts::add
|
6 years ago |
Bertrand Lemasle
|
d2f3afae42
|
Moved line return at the beginning of each line.
|
6 years ago |
Bertrand Lemasle
|
b99b782394
|
Fixed using bad parameter for battery alerts clearance
|
6 years ago |
Bertrand Lemasle
|
c5c91b7eea
|
Moved notifyFailures alerts to match alerts bits
|
6 years ago |
Bertrand Lemasle
|
741947db3d
|
Fixed start of sms message not at the start of the buffer
|
6 years ago |
Bertrand Lemasle
|
82a00d305d
|
Fix gps & network powered count could go to 255
|
6 years ago |
Bertrand Lemasle
|
9882a9dc0b
|
Additional debug info for getTime and notifyFailures
|
6 years ago |
Bertrand Lemasle
|
28efbe5a75
|
Moved alerts code to match alerts bits definition
|
6 years ago |
Bertrand Lemasle
|
75b3b1ad40
|
Fixed alerts not starting at first bit
|
6 years ago |
Bertrand Lemasle
|
ff3cdc3086
|
Merge branch 'master' into alerts
|
6 years ago |
Bertrand Lemasle
|
a767fe6076
|
Fixed respondeCode was evaluated to a boolean
|
6 years ago |
Bertrand Lemasle
|
f1bf52a0e7
|
Merge branch 'code-reduction' into alerts
|
6 years ago |
Bertrand Lemasle
|
4a94de3800
|
Reworked config reset code to avoid static init that eats SRAM
|
6 years ago |
Bertrand Lemasle
|
0bc78bea88
|
Added reserved space is the case where network backup is disabled
|
6 years ago |
Bertrand Lemasle
|
25bad44a0a
|
Fixed bad conditional compilation location
|
6 years ago |
Bertrand Lemasle
|
9655908cae
|
Using printf with entry.position instead of strcat (-24 bytes)
|
6 years ago |
Bertrand Lemasle
|
9d77538dd9
|
Merge branch 'code-reduction' into alerts
|
6 years ago |
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
|
6 years ago |
Bertrand Lemasle
|
94d0b53a8e
|
Revert "Using a common buffer for both http and sms"
This reverts commit 3cfc7074d1 .
Common buffer implies that the buffer goes to static memory, which overflow the available SRAM.
|
6 years ago |
Bertrand Lemasle
|
5aa4eed174
|
Using a common buffer for both http and sms
|
6 years ago |
Bertrand Lemasle
|
c00f4f480a
|
Using a PROGMEM format string for http body formatting
|
6 years ago |
Bertrand Lemasle
|
9c38ff5098
|
Long awaited bug fix about all eeprom positions being sent again
|
6 years ago |
Bertrand Lemasle
|
1083522e55
|
Added clear alerts debug command
|
6 years ago |
Bertrand Lemasle
|
ca97ccd13f
|
Added CONFIG_DEFAULT_ACTIVE_ALERTS constant for readibility
|
6 years ago |
Bertrand Lemasle
|
da048d65f8
|
Explained values in debug notifyFailures
|
6 years ago |
Bertrand Lemasle
|
d5dfd3a461
|
Renamed debug notify failures entry
|
6 years ago |
Bertrand Lemasle
|
6ec9d19094
|
Moved contact phone number inside sendSms (since there is one number, no need for core to know it)
|
6 years ago |
Bertrand Lemasle
|
8b01ba9a5a
|
Reduced code size by refactoring sms buffer management
|
6 years ago |
Bertrand Lemasle
|
c303ca86fc
|
Moved and renamed code for clarity
|
6 years ago |
Bertrand Lemasle
|
1c69e884b0
|
Increased SMS buffer size to match possible all messages
|
6 years ago |
Bertrand Lemasle
|
43a4c8c7af
|
Optimized alert messaging creation using flash string
|
6 years ago |