We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0381cbe commit c9e461fCopy full SHA for c9e461f
src/utility/Power.cpp
@@ -7,7 +7,7 @@
7
*----------------------------------------------------------------------*/
8
#include "Power.h"
9
#include "../M5Stack.h"
10
-#include <esp32/rom/rtc.h>
+#include "esp32/rom/rtc.h"
11
#include <esp_sleep.h>
12
#include <esp_bt_main.h>
13
#include <esp_wifi.h>
@@ -415,4 +415,4 @@ void POWER::powerOFF(){
415
416
//wait shutdown from IP5306 (low-current shutdown)
417
esp_deep_sleep_start();
418
-}
+}
0 commit comments