mirror of
https://github.com/adrcs/ip400.git
synced 2025-04-12 07:13:44 +03:00
updated frame.h
This commit is contained in:
parent
3194a72303
commit
a91fb69565
|
@ -186,7 +186,7 @@ BOOL SendTextFrame(char *srcCall, uint16_t srcPort, char *destCall, uint16_t dst
|
|||
void SendBeaconFrame(char *srcCall, uint8_t *payload, int bcnlen);
|
||||
|
||||
//
|
||||
BOOL EnqueChatFrame(void *Frame, int length); // queue a chat frame
|
||||
BOOL EnqueChatFrame(void *Frame); // queue a chat frame
|
||||
FRAME_STATS *GetFrameStats(void); // return the frame stats
|
||||
uint32_t GetRadioStatus(void); // get the radio status
|
||||
uint8_t GetFSMState(void); // get FSM state
|
||||
|
|
Loading…
Reference in a new issue