Fix flash_fw helper script

pull/1017/head
Connor Rigby 2019-09-30 08:17:09 -07:00 committed by Connor Rigby
parent ff8f2281dd
commit 8dbbe04955
1 changed files with 1 additions and 1 deletions

View File

@ -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