We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6336a commit cd5257aCopy full SHA for cd5257a
cores/esp32/Esp.h
@@ -75,7 +75,7 @@ class EspClass
75
uint32_t getMaxAllocPsram();
76
77
uint8_t getChipRevision();
78
- uint8_t getCpuFreqMHz(){ return CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ; }
+ uint32_t getCpuFreqMHz(){ return getCpuFrequencyMhz(); }
79
uint32_t getCycleCount();
80
const char * getSdkVersion();
81
0 commit comments