I am trying to get data from PowerFeather sent to Arduino IOT.
Verify code shows no errors but when I try to upload I get the following error message which I can't resolve.
My code is based on the SupplyandBatteryInfo sketch. That sketch works fine on Arduino IDE.
Thanks in advance for the help.
Anthony Sullivan
Sketch uses 924097 bytes (27%) of program storage space. Maximum is 3342336 bytes.
Global variables use 47644 bytes (14%) of dynamic memory, leaving 280036 bytes for local variables. Maximum is 327680 bytes.
Flashing with command:/Users/anthonysullivan/.arduino-create/esp32/esptool_py/4.5.1/esptool --chip esp32s3 --port /dev/cu.usbmodem14101 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 8MB 0x0 /var/folders/rp/9dlq4qyj0hx02p2wnx1xclj40000gn/T/extrafiles275683414/Solar_Power_8-Dec-24_dec08a.bootloader.bin 0x8000 /var/folders/rp/9dlq4qyj0hx02p2wnx1xclj40000gn/T/extrafiles275683414/Solar_Power_8-Dec-24_dec08a.partitions.bin 0xe000 /var/folders/rp/9dlq4qyj0hx02p2wnx1xclj40000gn/T/extrafiles275683414/tools/partitions/boot_app0.bin 0x10000 /var/folders/rp/9dlq4qyj0hx02p2wnx1xclj40000gn/T/arduino-create-agent2032228205/Solar_Power_8-Dec-24_dec08a.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}]
[--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: '/var/folders/rp/9dlq4qyj0hx02p2wnx1xclj40000gn/T/extrafiles275683414/Solar_Power_8-Dec-24_dec08a.bootloader.bin'
Executing command: exit status 2