lucafabbri / HiGrow-Arduino-Esp

MIT License
52 stars 36 forks source link

ESP Timer Config #1

Open GeorgeIoak opened 7 years ago

GeorgeIoak commented 7 years ago

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?