mirror of
https://github.com/markqvist/OpenModem.git
synced 2024-12-29 01:16:17 -05:00
3 lines
98 B
Bash
Executable File
3 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
avrdude -p m328p -c arduino -P /dev/ttyACM$1 -b 115200 -F -U flash:w:images/Modem.hex
|