This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
MicroAPRS
mirror of
https://github.com/markqvist/MicroAPRS.git
Watch
1
Star
0
Fork
You've already forked MicroAPRS
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
MicroAPRS
/
flash
3 lines
96 B
Bash
Executable File
Raw
Permalink
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