Stephen Denne

Results 29 comments of Stephen Denne

I'd prefer a method that returns true only once. The loop method can be changed to return true when it stops, false otherwise, but keeping the name 'loop' makes it...

Thanks. Yes, a flaky power supply could trigger a double reset detection. I hadn't been aware of the characteristics of the ESPS8266's RTC memory. Thanks for the idea, I like...

I've pushed one of my repositories that uses WifiManager and DoubleResetDetector, to https://github.com/datacute/OLED_MQTT My comment was about an older version, before you removed the call to WiFi.disconnect(true) in startConfigPortal. I...

Thanks! I think that at the end of the example in your video, by calling stop, you're only allowing for double resets that are fast enough so that they don't...

No, sorry, the hardware features that I make use of, are different on the ESP32. The concept is probably able to be re-implemented for the ESP32 using the same DoubleResetDetector...

Here are some example find messages: msg: {"t":"find","n":true} msg: {"t":"find","n":false} I see what you mean about the lack of which day(s) the alarm is for: msg: {"t":"alarm","d":[{"h":18,"m":14}]} msg: {"t":"alarm","d":[{"h":18,"m":14},{"h":6,"m":30}]} Weather...

@hamedmalekii are you using Deoptim's code or the latest version of my code? The latest version of my code will probably mostly work if you use the begin method that...

Thanks for asking. Yes using setDisplayStartLine is the easiest solution, so long as you are not using double-buffering on 128x32 resolution screens. However in order to keep the library a...

Also note bug #10 clearToEOL only clears a single page, so the solution you have shown only works for fonts that are a single page high.