updated frame.h

This commit is contained in:
adrcs 2025-02-09 15:55:05 -07:00 committed by GitHub
parent 3194a72303
commit a91fb69565
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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