mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
Created buffer for msp frames and improved msp over telemetry performance for CRSF.
This commit is contained in:
parent
36c91c76f6
commit
4fd948cb24
14 changed files with 120 additions and 72 deletions
|
@ -25,5 +25,5 @@ typedef union mspTxBuffer_u {
|
|||
} mspTxBuffer_t;
|
||||
|
||||
void initSharedMsp(void);
|
||||
bool handleMspFrame(uint8_t *frameStart, uint8_t *frameEnd);
|
||||
bool handleMspFrame(uint8_t *frameStart, int frameLength);
|
||||
bool sendMspReply(uint8_t payloadSize, mspResponseFnPtr responseFn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue