Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 9 more
An error occurred while uploading the sketch
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
@brownrb I get an error when uploading! not seen this one before.
REMOVE/esptool.exe --chip esp32 --port COM3 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 C:\Users\Dave\AppData\Local\Temp\arduino_build_675362/myfp2esp32_316.ino.bootloader.bin 0x8000 C:\Users\Dave\AppData\Local\Temp\arduino_build_675362/myfp2esp32_316.ino.partitions.bin 0xe000 C:\Users\Dave\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.16/tools/partitions/boot_app0.bin 0x10000 C:\Users\Dave\AppData\Local\Temp\arduino_build_675362/myfp2esp32_316.ino.bin
java.io.IOException: Cannot run program "REMOVE/esptool.exe": CreateProcess error=2, The system cannot find the file specified
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
An error occurred while uploading the sketch
full log of compile,
fails when it gets to the upload
fixed this now I re-installed the Exspressive ESP32 board driver