1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 16:55:29 +03:00

mixprofile development

This commit is contained in:
haoxiang.qiu 2022-11-14 18:43:16 +09:00
parent cbbef19721
commit 67390e12ed
12 changed files with 116 additions and 153 deletions

View file

@ -3132,7 +3132,6 @@ static bool mspSettingInfoCommand(sbuf_t *dst, sbuf_t *src)
sbufWriteU8(dst, MAX_MIXER_PROFILE_COUNT);
break;
}
// If the setting uses a table, send each possible string (null terminated)
if (SETTING_MODE(setting) == MODE_LOOKUP) {