提交 4a90aeeb 编写于 作者: M me-no-dev

fix ESP:: getCpuFreqMHz

上级 450ea0d2
......@@ -55,7 +55,7 @@ public:
~EspClass() {}
void restart();
uint32_t getFreeHeap();
uint8_t getCpuFreqMHz(){ return F_CPU; }
uint8_t getCpuFreqMHz(){ return CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ; }
uint32_t getCycleCount();
const char * getSdkVersion();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册