mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 17:25:14 +03:00
LC Operands update
This commit is contained in:
parent
a53cbd23ad
commit
2ac1e85ebd
1 changed files with 6 additions and 2 deletions
8
js/fc.js
8
js/fc.js
|
@ -1276,7 +1276,9 @@ var FC = {
|
||||||
28: "Stabilized Yaw",
|
28: "Stabilized Yaw",
|
||||||
29: "Current Waypoint Index",
|
29: "Current Waypoint Index",
|
||||||
30: "Current Waypoint Action",
|
30: "Current Waypoint Action",
|
||||||
31: "3D home distance [m]"
|
31: "3D home distance [m]",
|
||||||
|
32: "CRSF LQ",
|
||||||
|
33: "CRSF SNR",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
3: {
|
3: {
|
||||||
|
@ -1292,7 +1294,9 @@ var FC = {
|
||||||
5: "Altitude Hold",
|
5: "Altitude Hold",
|
||||||
6: "Angle",
|
6: "Angle",
|
||||||
7: "Horizon",
|
7: "Horizon",
|
||||||
8: "Air"
|
8: "Air",
|
||||||
|
9: "USER 1",
|
||||||
|
10: "USER 2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
4: {
|
4: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue