mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-02 06:26:24 -04:00
MP1 protocol receive implemented
This commit is contained in:
parent
6b496c35eb
commit
77ba514d70
6 changed files with 150 additions and 8 deletions
2
flash
2
flash
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
avrdude -p m328p -c arduino -P /dev/ttyACM$1 -b 115200 -F -U flash:w:images/Modem.hex
|
||||
avrdude -p m328p -c arduino -P /dev/tty$1 -b 115200 -F -U flash:w:images/Modem.hex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue