From 0500385d9b890a58c8ed00c0c67f1a0b7cdac5be Mon Sep 17 00:00:00 2001 From: Stefan Ostermann Date: Tue, 30 Mar 2021 20:02:46 +0200 Subject: [PATCH] Test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 7d8dbec..59231e2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;