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 01bed09 commit 4b48356Copy full SHA for 4b48356
cores/esp32/Esp.h
@@ -58,7 +58,7 @@ class EspClass
58
void restart();
59
uint32_t getFreeHeap();
60
uint8_t getChipRevision();
61
- uint8_t getCpuFreqMHz(){ return CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ; }
+ uint32_t getCpuFreqMHz() { return getCpuFrequencyMhz(); }
62
uint32_t getCycleCount();
63
const char * getSdkVersion();
64
0 commit comments