mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-17 13:50:35 -04:00
Implemented easy location update sending
This commit is contained in:
parent
c6748c6e4a
commit
6367ffdb64
9 changed files with 4282 additions and 3586 deletions
|
@ -17,7 +17,8 @@ void ss_printPath(bool val);
|
|||
void ss_printData(bool val);
|
||||
void ss_printInfo(bool val);
|
||||
|
||||
void ss_sendMsg(void *_buffer, size_t length, AX25Ctx *ax25);
|
||||
void ss_sendPkt(void *_buffer, size_t length, AX25Ctx *ax25);
|
||||
void ss_sendLoc(void *_buffer, size_t length, AX25Ctx *ax25);
|
||||
|
||||
void ss_clearSettings(void);
|
||||
void ss_loadSettings(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue