1
0
Fork 0
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:
borisbstyle 2016-10-10 01:09:08 +02:00
parent 505502e798
commit 4c48a7ed6b

View file

@ -493,8 +493,8 @@ OSD_Entry menuRateExpo[] =
{"RC YAW EXPO", OME_FLOAT, NULL, &entryRcExpoYaw}, {"RC YAW EXPO", OME_FLOAT, NULL, &entryRcExpoYaw},
{"THR. PID ATT.", OME_FLOAT, NULL, &extryTpaEntry}, {"THR. PID ATT.", OME_FLOAT, NULL, &extryTpaEntry},
{"TPA BREAKPOINT", OME_UINT16, NULL, &entryTpaBreak}, {"TPA BREAKPOINT", OME_UINT16, NULL, &entryTpaBreak},
{"PTERM SRATE RATIO", OME_FLOAT, NULL, &entryPSetpoint},
{"D SETPOINT", OME_FLOAT, NULL, &entryDSetpoint}, {"D SETPOINT", OME_FLOAT, NULL, &entryDSetpoint},
{"D SETPOINT TRANSITION", OME_FLOAT, NULL, &entryPSetpoint},
{"BACK", OME_Back, NULL, NULL}, {"BACK", OME_Back, NULL, NULL},
{NULL, OME_END, NULL, NULL} {NULL, OME_END, NULL, NULL}
}; };