mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-15 04:42:15 -04:00
Updated readme
This commit is contained in:
parent
bf2f013623
commit
a82527b88e
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
MicroAPRS
|
||||
==========
|
||||
|
||||
MicroAPRS is an APRS firmware for MicroModem. It supports both normal KISS mode, and a simple serial protocol for easy communication with an Arduino, or other MCU.
|
||||
MicroAPRS is an APRS firmware for [MicroModem](http://unsigned.io/micromodem). It supports both normal KISS mode, and a simple serial protocol for easy communication with an Arduino, or other MCU.
|
||||
|
||||
You can buy a complete modem from [my shop](http://unsigned.io/shop), or you can build one yourself pretty easily. Take a look at the documentation in the [MicroModem](https://github.com/markqvist/MicroModem) repository for information and getting started guides!
|
||||
|
||||
|
|
2
flash
2
flash
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
avrdude -p $2 -c arduino -P /dev/tty$1 -b 115200 -F -U flash:w:images/OpenAPRS.hex
|
||||
avrdude -p $2 -c arduino -P /dev/tty$1 -b 115200 -F -U flash:w:images/MicroAPRS.hex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue