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:
Diffstat (limited to 'locales/en/messages.json')
-rw-r--r--locales/en/messages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/locales/en/messages.json b/locales/en/messages.json
index 2b1aa69c..36691246 100644
--- a/locales/en/messages.json
+++ b/locales/en/messages.json
@@ -6725,5 +6725,20 @@
},
"firmwareFlasherConfigurationFile": {
"message": "Configuration Filename:"
+ },
+ "firmwareFlasherRadioProtocolDescription": {
+ "message": "Select the radio protocols you would like included in this build. Note this is a drop down, and multiple items maybe selected."
+ },
+ "firmwareFlasherTelemetryProtocolDescription": {
+ "message": "Select the telemetry protocols you would like included in this build. Note this is a drop down, and multiple items maybe selected. There are also some telemetry protocols that will be enabled, regardless of your selection here based on the radio protocol selected, e.g. CRSF."
+ },
+ "firmwareFlasherOptionsDescription": {
+ "message": "Select the generic options you would like included in this build. Note this is a drop down, and multiple items maybe selected. Such items as fixes, e.g. AKK VTX, are included here."
+ },
+ "firmwareFlasherMotorProtocolDescription": {
+ "message": "Select the motor (ESC) protocols you would like included in this build. Note this is a drop down, and multiple items maybe selected."
+ },
+ "firmwareFlasherBranchDescription": {
+ "message": "Especially useful for developers, you can select a merged PR, specify a commit sha, or specify a 'yet to be merged' PR by typing in: pull/{PR number}/head ."
}
}