From 8dbbe0495599fa6292b83b06e749b9f5b689afff Mon Sep 17 00:00:00 2001 From: Connor Rigby Date: Mon, 30 Sep 2019 08:17:09 -0700 Subject: [PATCH] Fix flash_fw helper script --- scripts/flash_fw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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