arduino-node-lib
arduino-node-lib copied to clipboard
Ultra Low Power deepsleep
- Added Ultra Low Power mode (30uA sleep mode)
- Wake by LoRa module, avoid watchdog wake every 8s
- Added new method to read battery voltage, needed if VCC<2.5V
- Updated documentation
- Bug fix with button wake
- Press button more than 2s to enable 1minute window to upload new sketch when in deepsleep
@johanstokking you want me to remove any use of printf, sprintf and snprintf, correct?
Requested changes are done
@hallard we try to keep dynamic memory allocations to a minimum, at least that's a goal!
removing printf is not a bad idea, I think it also save same pgm space (as soon as it's not used anywhere else in any lib)