Test
This commit is contained in:
parent
b312efe55f
commit
0500385d9b
|
|
@ -59,7 +59,7 @@ void setup()
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {}
|
void loop() {}
|
||||||
|
//
|
||||||
//Function that prints the reason by which ESP32 has been awaken from sleep
|
//Function that prints the reason by which ESP32 has been awaken from sleep
|
||||||
void print_wakeup_reason(){
|
void print_wakeup_reason(){
|
||||||
esp_sleep_wakeup_cause_t wakeup_reason;
|
esp_sleep_wakeup_cause_t wakeup_reason;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue