diff --git a/scripts/flash_fw.sh b/scripts/flash_fw.sh index caf0a8f3..5cb19a21 100755 --- a/scripts/flash_fw.sh +++ b/scripts/flash_fw.sh @@ -9,4 +9,4 @@ if [ -z $2 ]; then exit 1 fi -avrdude -v -p atmega2560 -c wiring -P$2 -b 115200 -D -V -Uflash:w:./farmbot_core/priv/$1.hex:i +avrdude -v -p atmega2560 -c wiring -P$2 -b 115200 -D -V -Uflash:w:./farmbot_firmware/priv/$1.hex:i