This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
OpenModem
mirror of
https://github.com/markqvist/OpenModem.git
Watch
1
Star
0
Fork
You've already forked OpenModem
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f1a951e508
OpenModem
/
flash
3 lines
96 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
avrdude -p
$2
-c arduino -P /dev/tty
$1
-b
115200
-F -U flash:w:images/MicroAPRS.hex
Reference in New Issue
View Git Blame
Copy Permalink