Skip to content

Commit

Permalink
Merge pull request #212 from riverloopsec/182-apimote-flash-fix
Browse files Browse the repository at this point in the history
Remove speed parameter per issue #182
  • Loading branch information
Ryan Speers authored Jul 28, 2020
2 parents 13408a6 + 9432b33 commit 9bfe694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/flash_apimote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ FW_FILE='apimotev4_gf.hex'

echo "Flashing $FW_FILE to the connected USB serial device."

board=apimote3 ./goodfet.bsl --speed=38400 -e -p $FW_FILE
board=apimote3 ./goodfet.bsl -e -p $FW_FILE

0 comments on commit 9bfe694

Please sign in to comment.