mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Fix blackbox inflight adjustments logging
This commit is contained in:
parent
dd5f6cc997
commit
cf298f35ac
1 changed files with 1 additions and 0 deletions
|
@ -1175,6 +1175,7 @@ void blackboxLogEvent(FlightLogEvent event, flightLogEventData_t *data)
|
||||||
blackboxWrite(data->inflightAdjustment.adjustmentFunction);
|
blackboxWrite(data->inflightAdjustment.adjustmentFunction);
|
||||||
blackboxWriteSignedVB(data->inflightAdjustment.newValue);
|
blackboxWriteSignedVB(data->inflightAdjustment.newValue);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case FLIGHT_LOG_EVENT_GTUNE_RESULT:
|
case FLIGHT_LOG_EVENT_GTUNE_RESULT:
|
||||||
blackboxWrite(data->gtuneCycleResult.gtuneAxis);
|
blackboxWrite(data->gtuneCycleResult.gtuneAxis);
|
||||||
blackboxWriteSignedVB(data->gtuneCycleResult.gtuneGyroAVG);
|
blackboxWriteSignedVB(data->gtuneCycleResult.gtuneGyroAVG);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue