1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-19 14:25:13 +03:00

Add gimbal controls.

Level pitch is not showing up yet
This commit is contained in:
Marcelo Bezerra 2024-06-08 13:03:04 +02:00
parent d111304bac
commit 3feebbd9f5
2 changed files with 3 additions and 2 deletions

View file

@ -283,12 +283,12 @@ var FLIGHT_MODES = [
},
{
boxId: 56,
boxName: "GIMBAL PITCH LOCK",
boxName: "GIMBAL LEVEL PITCH",
permanentId: 65,
},
{
boxId: 57,
boxName: "GIMABL PITCH ROLL LOCK",
boxName: "GIMBAL LEVEL PITCH ROLL",
permanentId: 66
},
{