Alan Chen
Alan Chen
Hi, is it possible to use a filter=designdocname/filtername (maybe optional in the .ini file) when requesting change notification so that in many cases the traffic can be greatly reduced? thanks.
If the seconds is "15" when I press 'Home' button to put theh app in inactive state then put it in active state 10 seconds later, it should display '0'...
Hi, Is it possible to override the built-in root certs (in NBRootCerts.h) like in ArduinoBearSSL? https://github.com/arduino-libraries/ArduinoBearSSL/commit/8ad6c4805fa28c3132e414993830fbab503fed5e That will save a ton of ROM space. thanks.
I set it up like this: setup() { rtc.begin(); rtc.setAlarmSeconds(59); rtc.enableAlarm(rtc.MATCH_SS); Watchdog.enable() } loop() { Watchdog.reset(); LED OFF rtc.setSeconds(58); rtc.standbyMode(); LED ON } I'm expecting it to sleep 1 second,...