1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-19 06:15:11 +03:00

Fixes to the modes page

- Moved to turn assist in to **flight mode modifiers** section. As it applies to fixed wing and multirotors.
- Re-established name changes for `CAMERA CONTROL` 1 to 3 when a RunCam Device is used.
This commit is contained in:
Darren Lines 2022-07-03 13:53:48 +01:00
parent c5d0da5134
commit d81a992dc2
3 changed files with 14 additions and 8 deletions

View file

@ -25,8 +25,7 @@ function adjustBoxNameIfPeripheralWithModeID(modeId, defaultName) {
default:
return defaultName;
}
}
return defaultName;
}
return defaultName;
}