Not working properly
Test multiple ES8266, ESP32 firmware. No one can run normally for more than 20 hours. Troubleshoot hardware and power supply issues.
https://user-images.githubusercontent.com/32890201/123028283-c33cb400-d411-11eb-9dbc-89f0b345607f.mp4
Turn on. 19 hours jump to 11 hours
I don't understand your issue. I have one that survives through 2 brews, or 2 months until I re-flash an image with debug functionality.
Can you see if the above time will exceed 20 hours
Never. The reason is that uint16_t is used to carry time duration in display. 65,536/(60*60) = 18.20 hours. You can check the code in DisplayLcd.cpp
I don't think it maters and don't want to change that part of code, which is derived from original BrewPi.
Never. The reason is that uint16_t is used to carry time duration in display. 65,536/(60*60) = 18.20 hours. You can check the code in DisplayLcd.cpp
I don't think it maters and don't want to change that part of code, which is derived from original BrewPi.
Thank you for your reply, it is my misunderstanding of the procedure.