mirror of
https://github.com/markqvist/OpenModem.git
synced 2024-10-01 03:15:46 -04:00
Update readme
This commit is contained in:
parent
30286b5612
commit
879b32e15d
@ -1,5 +1,10 @@
|
||||
#ifndef PROTOCOL_KISS
|
||||
#define PROTOCOL_KISS 0x02
|
||||
|
||||
#define FEND 0xC0
|
||||
#define FESC 0xDB
|
||||
#define TFEND 0xDC
|
||||
#define TFESC 0xDD
|
||||
|
||||
|
||||
#endif
|
@ -7,7 +7,7 @@ Please read the "Quickstart.pdf" in the Documentation folder for some pointers o
|
||||
|
||||
Right now the APRS specific documentation is lacking, so all the docs included in this repository is directly from MicroModem, but it should still offer good pointers on building the modem, and getting started. The only difference is the firmware.
|
||||
|
||||
Currently a simple serial control protocol is implemented, while full KISS TNC functionality will be implemented soon.
|
||||
Currently a simple serial control protocol is implemented. If there's interest, I could also implement the KISS protocol.
|
||||
|
||||
## Modem control
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
#define VERS_BUILD 2170
|
||||
#define VERS_BUILD 2172
|
||||
#define VERS_HOST "shard"
|
||||
|
Loading…
Reference in New Issue
Block a user