Skip to content

Commit

Permalink
Remove speed parameter per issue #182
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Speers committed Jul 23, 2020
1 parent 13408a6 commit 9432b33
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 9432b33

Please sign in to comment.