Today, the "Upload Last Build" feature of Visual Micro for VS 2019 stopped working. The "Micro Build" Output is like that shown below. Before selecting "Upload Last Build", I can see in the build folder that the last build happened and there are the appropriate .bin files. After selecting "Upload Last Build" all the files in the build folder get deleted (which should not occur!) so of course the upload then fails. This feature used to work great but now it is broken. I was using build 2025_0120_1900 so I just upgraded to 2025_0314_1900. However, the problem persists. Any advice on what has gone wrong and how to fix the problem? ------------------------ Uploader started for board ESP32 Dev Module(esp32_esp32) Upload method will be: bootloader Uploading via Bootloader ool.exe --chip esp32 --port "COM7" --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x1000 .ino.bootloader.bin" 0x8000 .ino.partitions.bin" 0xe000 s/partitions/boot_app0.bin" 0x10000 .ino.bin" usage: esptool write_flash [-h] [--erase-all] [--flash_freq {keep,80m,60m,48m,40m,30m,26m,24m,20m,16m,15m,12m}] [--flash_mode {keep,qio,qout,dio,dout}] The uploader process failed [--flash_size {detect,keep,256KB,512KB,1MB,2MB,2MB-c1,4MB,4MB-c1,8MB,16MB,32MB,64MB,128MB}] [--spi-connection SPI_CONNECTION] [--no-progress] [--verify] [--encrypt] [--encrypt-files <address> <filename> [<address> <filename> ...]] [--ignore-flash-encryption-efuse-setting] [--force] [--compress | --no-compress] <address> <filename> [<address> <filename> ...] esptool write_flash: error: argument <address> <filename>: [Errno 2] No such file or directory: .ino.bootloader.bin' ------------------------
|