Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

ESP Timer Config #1

Open
GeorgeIoak opened this issue Oct 24, 2017 · 0 comments
Open

ESP Timer Config #1

GeorgeIoak opened this issue Oct 24, 2017 · 0 comments

Comments

@GeorgeIoak
Copy link

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?

VegasIOT added a commit to VegasIOT/HiGrow-Arduino-Esp that referenced this issue Nov 2, 2017
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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant