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:
authorhaslinghuis <mark@numloq.nl>2022-03-14 01:02:58 +0300
committerGitHub <noreply@github.com>2022-03-14 01:02:58 +0300
commite90ffd1d35c838b0c13126e642dfc4b273c21168 (patch)
tree2ac2c98b3ecd9ed4e73f722045d51a199c1e655a /locales
parent75600b959e59dbf0dcbe9554ea35dc473568bbd3 (diff)
parentb4f35d5fad56cc3b8730372b16aba850436bad44 (diff)
Merge pull request #2850 from haslinghuis/add_local_flashing_protection
Fix state if local target does not match board
Diffstat (limited to 'locales')
-rw-r--r--locales/en/messages.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/locales/en/messages.json b/locales/en/messages.json
index 9ed3e6f1..3fdd3f65 100644
--- a/locales/en/messages.json
+++ b/locales/en/messages.json
@@ -688,9 +688,9 @@
"message": "Detected device with total flash size $1 KiB"
},
"dfu_hex_address_errors": {
- "message": "<span class=\"message-negative\">Error</span>: Firmware image contains addresses not found on target device"
+ "message": "Firmware image contains addresses not found on target device"
},
- "dfu_error_image_size": {
+ "dfu_error_image_size": {
"message": "<span class=\"message-negative\">Error</span>: Supplied image is larger then flash available on the chip! Image: $1 KiB, limit = $2 KiB"
},