Hi,
I have a problem uploading my code to the esp32, which I successfully uploaded before. Seems like it is looking for some file, but I don't think I have moved anything...
Here is the Error:
Upload started
Programming with: Serial
Flashing with command:/Users/pariston/.arduino-create/esp32/esptool_py/3.0.0/esptool --chip esp32 --port /dev/cu.usbserial-0255CEC4 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 /var/folders/z4/9zvsm5rx7hq832wrsjf1kc_h0000gn/T/extrafiles541448859/tools/partitions/boot_app0.bin 0x1000 /var/folders/z4/9zvsm5rx7hq832wrsjf1kc_h0000gn/T/extrafiles541448859/tools/sdk/bin/bootloader_qio_80m.bin 0x10000 /var/folders/z4/9zvsm5rx7hq832wrsjf1kc_h0000gn/T/arduino-create-agent823764268/Hobi_000_may26a.bin 0x8000 /var/folders/z4/9zvsm5rx7hq832wrsjf1kc_h0000gn/T/extrafiles541448859/Hobi_000_may26a.partitions.bin
usage: esptool write_flash [-h] [--erase-all]
[--flash_freq {keep,40m,26m,20m,80m}]
[--flash_mode {keep,qio,qout,dio,dout}]
[--flash_size FLASH_SIZE]
[--spi-connection SPI_CONNECTION] [--no-progress]
[--verify] [--encrypt]
[--ignore-flash-encryption-efuse-setting]
[--compress | --no-compress]
[ ...]esptool write_flash: error: argument : [Errno 2] No such file or directory: '/var/folders/z4/9zvsm5rx7hq832wrsjf1kc_h0000gn/T/arduino-create-agent823764268/Hobi_000_may26a.bin'