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 73813bb commit 8a7f578Copy full SHA for 8a7f578
cores/esp32/Esp.h
@@ -86,7 +86,7 @@ class EspClass
86
const char * getSdkVersion(); //version of ESP-IDF
87
const char * getCoreVersion();//version of this core
88
89
- void deepSleep(uint32_t time_us);
+ void deepSleep(uint64_t time_us);
90
91
uint32_t getFlashChipSize();
92
uint32_t getFlashChipSpeed();
0 commit comments