mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +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
2
src/mw.c
2
src/mw.c
|
@ -173,7 +173,7 @@ void annexCode(void)
|
|||
static uint32_t LEDTime;
|
||||
if ((int32_t)(currentTime - LEDTime) >= 0) {
|
||||
LEDTime = currentTime + 50000;
|
||||
ledringState(f.ARMED, angle[AI_PITCH], angle[AI_ROLL]);
|
||||
ledringState(f.ARMED, angle.angles.pitchDeciDegrees, angle.angles.rollDeciDegrees);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue