Basically, I have a problem debugging the ESP32 c3 over the inbuilt USB/JTAG from within eclipse-cdt + ESP-IDF plugin. Specifically, I can erase/flash/verify, as well as connect and run OpenOCD with all the single stepping goodness just fine . . . *IF* and *ONLY IF* I place my ...
The blink example works with the inbuilt led on the board, but when I connect an external led, it does not work. I tried with GPIO 32, but no success. Not sure if it is my board at fault. Does anyone have similar issues with the nodemcu esp32s board?grantb Posts: 13 Joined: Thu...
So which python returns /usr/local/bin, and that's why I think its running the inbuilt version of python. Member me-no-dev commented Nov 16, 2016 ok here is an idea :) prepend which "{compiler.python.cmd}" && to this command and run build. it should print the path it sees righ...