mirror of
https://github.com/markqvist/OpenModem
synced 2026-08-12 17:40:16 -04:00
3 lines
98 B
Text
3 lines
98 B
Text
|
|
#!/bin/bash
|
||
|
|
avrdude -p m328p -c arduino -P /dev/ttyACM$1 -b 115200 -F -U flash:w:images/Modem.hex
|