mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-17 13:50:35 -04:00
Implemented message auto-ack
This commit is contained in:
parent
06633ef1d1
commit
ac3b2ec688
6 changed files with 1233 additions and 1113 deletions
|
@ -7,7 +7,7 @@
|
|||
#define DEFAULT_CALLSIGN "NOCALL"
|
||||
#define DEFAULT_DESTINATION_CALL "APZMDM"
|
||||
|
||||
void ss_init(void);
|
||||
void ss_init(AX25Ctx *ax25);
|
||||
|
||||
void ss_messageCallback(struct AX25Msg *msg, Serial *ser);
|
||||
void ss_serialCallback(void *_buffer, size_t length, Serial *ser, AX25Ctx *ctx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue