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.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/locales/en/messages.json b/locales/en/messages.json
index 36691246..45a6b5fb 100644
--- a/locales/en/messages.json
+++ b/locales/en/messages.json
@@ -6740,5 +6740,11 @@
},
"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 ."
+ },
+ "firmwareFlasherCustomDefinesDescription": {
+ "message": "For developers, you can add any defines you need, separated by a `space`, but without the `USE_` prefix, it will be added automatically for you."
+ },
+ "firmwareFlasherBuildCustomDefines": {
+ "message": "Custom Defines"
}
}