mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 13:55:18 +03:00
add serial_rx msp
This commit is contained in:
parent
8a5f424421
commit
ed46b4e4ac
7 changed files with 44 additions and 1 deletions
|
@ -286,6 +286,7 @@ static void evaluateCommand(void)
|
|||
for (i = 0; i < 8; i++)
|
||||
rcData[i] = read16();
|
||||
headSerialReply(0);
|
||||
mspFrameRecieve();
|
||||
break;
|
||||
case MSP_SET_ACC_TRIM:
|
||||
cfg.angleTrim[PITCH] = read16();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue