Open GeorgeIoak opened 7 years ago
I found that you use esp_deep_sleep_enable_timer_wakeup
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
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?
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?