mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Fix OSD menu for d setpoint transition
This commit is contained in:
parent
505502e798
commit
4c48a7ed6b
1 changed files with 1 additions and 1 deletions
|
@ -493,8 +493,8 @@ OSD_Entry menuRateExpo[] =
|
|||
{"RC YAW EXPO", OME_FLOAT, NULL, &entryRcExpoYaw},
|
||||
{"THR. PID ATT.", OME_FLOAT, NULL, &extryTpaEntry},
|
||||
{"TPA BREAKPOINT", OME_UINT16, NULL, &entryTpaBreak},
|
||||
{"PTERM SRATE RATIO", OME_FLOAT, NULL, &entryPSetpoint},
|
||||
{"D SETPOINT", OME_FLOAT, NULL, &entryDSetpoint},
|
||||
{"D SETPOINT TRANSITION", OME_FLOAT, NULL, &entryPSetpoint},
|
||||
{"BACK", OME_Back, NULL, NULL},
|
||||
{NULL, OME_END, NULL, NULL}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue