Implemented message auto-ack

This commit is contained in:
Mark Qvist 2014-06-19 19:47:17 +02:00
parent 06633ef1d1
commit ac3b2ec688
6 changed files with 1233 additions and 1113 deletions

View file

@ -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);