We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450ea0d commit 4a90aeeCopy full SHA for 4a90aee
cores/esp32/Esp.h
@@ -55,7 +55,7 @@ class EspClass
55
~EspClass() {}
56
void restart();
57
uint32_t getFreeHeap();
58
- uint8_t getCpuFreqMHz(){ return F_CPU; }
+ uint8_t getCpuFreqMHz(){ return CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ; }
59
uint32_t getCycleCount();
60
const char * getSdkVersion();
61
0 commit comments