Search found 1 match

by richardbangerter
Tue Oct 27, 2020 10:44 pm
Forum: General Discussion
Topic: Debug error using esp-prog with VS Code and Platformio
Replies: 0
Views: 1629

Debug error using esp-prog with VS Code and Platformio

Any Arduino example that I try to run will compile and upload to the ESP32 Devkit C V4 either thru the JTAG or COM3 according to the following from platformio.ini. ;upload_port = COM3 upload_protocol = esp-prog debug_tool = esp-prog However when trying to use Start Debugging, the following appears i...