mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 23:05:19 +03:00
Adding test for the downwards thrust direction logic added in
495c6b8f73
.
This commit is contained in:
parent
f268c9c4f2
commit
ddd322fb9f
11 changed files with 193 additions and 23 deletions
|
@ -521,7 +521,7 @@ static void evaluateCommand(void)
|
|||
case MSP_ATTITUDE:
|
||||
headSerialReply(6);
|
||||
for (i = 0; i < 2; i++)
|
||||
serialize16(angle[i]);
|
||||
serialize16(angle.raw[i]);
|
||||
serialize16(heading);
|
||||
break;
|
||||
case MSP_ALTITUDE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue