From 9432b330516b3a9394a455abfb01433dd3aa32e3 Mon Sep 17 00:00:00 2001 From: Ryan Speers Date: Thu, 23 Jul 2020 13:21:23 -0400 Subject: [PATCH] Remove speed parameter per issue #182 --- firmware/flash_apimote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/flash_apimote.sh b/firmware/flash_apimote.sh index 2fc4104f..8d3551c1 100755 --- a/firmware/flash_apimote.sh +++ b/firmware/flash_apimote.sh @@ -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