This commit is contained in:
Stefan Ostermann 2021-03-30 20:02:46 +02:00
parent b312efe55f
commit 0500385d9b
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ void setup()
}
void loop() {}
//
//Function that prints the reason by which ESP32 has been awaken from sleep
void print_wakeup_reason(){
esp_sleep_wakeup_cause_t wakeup_reason;