- cd ~/esp/esp-mdf
- git pull
- git submodule update --init --recursive
Hello all,
I'm trying to compile the Esp-Mesh Light example that so far worked great will all kind of boards I tried but this one I'm failing miserably:
Chip is ESP32D0WDQ6 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
I already read a question about it here :
viewtopic.php?t=3131
And after running make menuconfig:
components -> esp32-specifc -> main xtal frequency -> I set this to 26 Mhz
But I still after flashing it I'm getting the same error:
[0;33mW (64) rtc_clk_init: Possibly invalid CONFIG_ESP32_XTAL_FREQ setting (40MHz). Detected 26 MHz.
So can you please tell me why it can happen ? It's not Hardcoded to 40 right Nee can't be since the code looks so clean