Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrasiyan Nedelchev <hello@krasiyan.com>2022-02-07 02:49:21 +0300
committerKrasiyan Nedelchev <hello@krasiyan.com>2022-10-26 03:17:23 +0300
commit3873f82c23271de7bc913ee718b2e6f887567dd4 (patch)
tree8f665ebffe15fa49cf8a430d40fdbd2680ed83fa /locales
parent3c776758a3432d3cb437c199c7ea9bd5c9809c13 (diff)
Add 'Pilot name' to the Configurator UI; rename 'Display name' to 'Pilot name'; rename 'name' to 'craft_name'
- add pilot name (display_name) to the Configuration tab - add handling for the 'MSP2_GET_TEXT' and 'MSP2_SET_TEXT' commands - with support for the 'MSP2TEXT_PILOT_DISPLAY_NAME' ('displayName') config prop - backup handling of the 'displayName' config prop - add a text field to configure the pilot name in the 'Configuration/Personalization' box - using the 'display_name' FC config prop and the 'MSP2_GET_TEXT' / 'MSP2_SET_TEXT' MSP commands - add tooltips for both the 'Craft name' and 'Pilot name' fileds - rename the 'Display name' OSD element to 'Display name (Pilot name)' - expand the tooltip descriptions of 'Craft name' and 'Display name (Pilot name)' - change the default 'DISPLAY_NAME' OSD element preview to 'PILOT_NAME' - remove the default 'JOE PILOT' string value of the 'displayName' FC initial config - backwards compatibility handling for 'display_name' pre MSP v1.45 - rename 'display name' to 'pilot name' - add 'FC.CONFIG.pilotName' in place of 'FC.CONFIG.displayName' - add the 'PILOT_NAME' OSD element and keep backwards compatibility for the 'DISPLAY_NAME' OSD element (depending on the MSP version) - rename 'FC.CONFIG.name' to 'FC.CONFIG.craftName' - add the 'MSP2TEXT_CRAFT_NAME' const for 'MSP2_GET_TEXT' / 'MSP2_SET_TEXT' - use 'MSP2_GET_TEXT' / 'MSP2_SET_TEXT' to get/set 'FC.CONFIG.craftName' - keep full backwards compatibility pre MSP v1.45 (using the legacy 'MSP_NAME' / 'MSP_SET_NAME')
Diffstat (limited to 'locales')
-rw-r--r--locales/en/messages.json20
1 files changed, 18 insertions, 2 deletions
diff --git a/locales/en/messages.json b/locales/en/messages.json
index a9f6ae18..9ebb547b 100644
--- a/locales/en/messages.json
+++ b/locales/en/messages.json
@@ -4993,7 +4993,7 @@
"description": "One of the elements of the OSD"
},
"osdDescElementCraftName": {
- "message": "Craft name as set in Configuration tab"
+ "message": "Craft name as set in the Configuration tab.</br>Can also be set via the \"craft_name\" CLI variable."
},
"osdTextElementAltitude": {
"message": "Altitude",
@@ -5341,7 +5341,14 @@
"description": "One of the elements of the OSD"
},
"osdDescElementDisplayName": {
- "message": "Display name as set by the \"display_name\" cli command"
+ "message": "Can also be set via the \"display_name\" CLI variable."
+ },
+ "osdTextElementPilotName": {
+ "message": "Pilot name",
+ "description": "One of the elements of the OSD"
+ },
+ "osdDescElementPilotName": {
+ "message": "Pilot name as set in the Configuration tab.</br>Can also be set via the \"pilot_name\" CLI variable."
},
"osdTextElementEscRpmFreq": {
"message": "ESC RPM frequency",
@@ -6279,6 +6286,15 @@
"craftName": {
"message": "Craft name"
},
+ "configurationCraftNameHelp": {
+ "message": "Can be show in logs, backup file names and the OSD.</br>Can be set via the <b>craft_name</b> CLI variable."
+ },
+ "configurationPilotName": {
+ "message": "Pilot name"
+ },
+ "configurationPilotNameHelp": {
+ "message": "Can be show in the OSD.</br>Can be set via <b>pilot_name</b> CLI variable."
+ },
"configurationFpvCamAngleDegrees": {
"message": "FPV Camera Angle [degrees]"
},