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