mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-18 06:10:58 -04:00
Implemented message auto-ack
This commit is contained in:
parent
06633ef1d1
commit
ac3b2ec688
6 changed files with 1233 additions and 1113 deletions
|
@ -98,7 +98,7 @@ static void init(void)
|
|||
ax25_init(&ax25, &afsk.fd, message_callback);
|
||||
|
||||
// Init SimpleSerial
|
||||
ss_init();
|
||||
ss_init(&ax25);
|
||||
|
||||
// That's all!
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue