Commander enums: capitalize flight mode names

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
Silvan Fuhrer 2024-03-14 10:50:00 +01:00
parent 6e15dd5328
commit 4ae2fbd171
1 changed files with 6 additions and 6 deletions

View File

@ -402,19 +402,19 @@
}, },
"2": { "2": {
"name": "fallback_posctrl", "name": "fallback_posctrl",
"description": "fallback to position control" "description": "fallback to Position mode"
}, },
"3": { "3": {
"name": "fallback_altctrl", "name": "fallback_altctrl",
"description": "fallback to altitude control" "description": "fallback to Altitude mode"
}, },
"4": { "4": {
"name": "fallback_stabilized", "name": "fallback_stabilized",
"description": "fallback to stabilized" "description": "fallback to Stabilized mode"
}, },
"5": { "5": {
"name": "hold", "name": "hold",
"description": "hold" "description": "Hold"
}, },
"6": { "6": {
"name": "rtl", "name": "rtl",
@ -422,11 +422,11 @@
}, },
"7": { "7": {
"name": "land", "name": "land",
"description": "land" "description": "Land"
}, },
"8": { "8": {
"name": "descend", "name": "descend",
"description": "descend" "description": "Descend"
}, },
"9": { "9": {
"name": "disarm", "name": "disarm",