You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
Changed esp_sleep_enable_timer_wakeup to fix issue lucafabbri#1 and also added LL (long long) to uS_TO_S_FACTOR to fix an issues where times longer than 30 minutes (like 3600 seconds) would overflow the counter.
I found that you use
esp_deep_sleep_enable_timer_wakeup
which fails to compile with the latest EspressIF pulled yesterday from Arduino Core
changing to:
esp_sleep_enable_timer_wakeup
solved the compile error so now I can upload and start some initial testing and debugging. Is there a schematic available somewhere?
The text was updated successfully, but these errors were encountered: