TTGO-T-HIGrow
TTGO-T-HIGrow copied to clipboard
no 5 minute sleepcount reported (sleep5no, config.sleep5no)
config.sleep5no is always 0, because it is never set to sleep5no
Workaround:
in save-configuration.h change this
plant["sleep5Count"] = config.sleep5no;
to this
plant["sleep5Count"] = sleep5no;
I also have issues with deepsleep and dead 18360 in 5 days. I wonder if this is due deprecated adc_power_off() or this issue. Shouldn't it be solved with pull request?