Moderator: igrr
So there's no reason it does not mount ...
May be I could try to enable core debug traces to found out what could be the cause (I found there was some debug traces in the "begin" function)
By the way what is the best way to include -DDEBUG_ESP_CORE in the compilation chain?
Thanks
If you are using your own Makefile, yes, you need to add those :
-DDEBUG_ESP_PORT=Serial -DDEBUG_ESP_CORE
I used ArduinoIDE but just can't find any menu dealing with debug level options