mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-04 23:44:58 -04:00
2 lines
98 B
Bash
Executable file
2 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
|