Skip to content

Commit

Permalink
fix update path
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Jul 26, 2016
1 parent 3400ee2 commit 5830c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion update-RFM12.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

sudo service emonhub stop

avrdude -v -c arduino -p ATMEGA328P -P /dev/ttyAMA0 -b 38400 -U flash:w:/home/pi/RFM2Pi/firmware/RFM69CW_RF_Demo_ATmega328/RFM12_Demo_ATmega328.cpp.hex
avrdude -v -c arduino -p ATMEGA328P -P /dev/ttyAMA0 -b 38400 -U flash:w:/firmware/RFM69CW_RF_Demo_ATmega328/RFM12_Demo_ATmega328.cpp.hex

sudo service emonhub start
2 changes: 1 addition & 1 deletion update-RFM69.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

sudo service emonhub stop

avrdude -v -c arduino -p ATMEGA328P -P /dev/ttyAMA0 -b 38400 -U flash:w:/home/pi/RFM2Pi/firmware/RFM69CW_RF_Demo_ATmega328/RFM69CW_RF12_Demo_ATmega328.cpp.hex
avrdude -v -c arduino -p ATMEGA328P -P /dev/ttyAMA0 -b 38400 -U flash:w:firmware/RFM69CW_RF_Demo_ATmega328/RFM69CW_RF12_Demo_ATmega328.cpp.hex.hex

sudo service emonhub start

0 comments on commit 5830c86

Please sign in to comment.