diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index ff9412d74e..ec79a1e689 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -430,5 +430,78 @@
},
"cliInputPlaceholder": {
"message": "Write your command here"
+ },
+
+ "firmwareFlasherPath": {
+ "message": "Path:"
+ },
+ "firmwareFlasherSize": {
+ "message": "Size:"
+ },
+ "firmwareFlasherStatus": {
+ "message": "Status:"
+ },
+ "firmwareFlasherProgress": {
+ "message": "Progress:"
+ },
+ "firmwareFlasherNote": {
+ "message": "If you are flashing board with baseflight already flashed (updating), leave this checkbox unchecked.
If you are flashing \"bare\" board with no firmware preloaded or you have bootloader pins shorted, check this box.
"
+ },
+ "firmwareFlasherNoReboot": {
+ "message": "No reboot sequence"
+ },
+ "firmwareFlasherFlashOnConnect": {
+ "message": "Flash on connect"
+ },
+ "firmwareFlasherFullChipErase": {
+ "message": "Full Chip Erase"
+ },
+ "firmwareFlasherButtonLoadLocal": {
+ "message": "Load Firmware [Local]"
+ },
+ "firmwareFlasherButtonLoadOnline": {
+ "message": "Load Firmware [Online]"
+ },
+ "firmwareFlasherFlashFirmware": {
+ "message": "Flash Firmware"
+ },
+ "firmwareFlasherGithubInfoHead": {
+ "message": "Github Firmware Info"
+ },
+ "firmwareFlasherCommiter": {
+ "message": "Committer:"
+ },
+ "firmwareFlasherDate": {
+ "message": "Date:"
+ },
+ "firmwareFlasherMessage": {
+ "message": "Message:"
+ },
+ "firmwareFlasherWarninghead": {
+ "message": "Warning"
+ },
+ "firmwareFlasherWarningText": {
+ "message": "Please do not try to flash non-baseflight hardware with this firmware flasher (it wont work).
Do not disconnect the board or turn off your computer while flashing.
Note: STM32 bootloader is stored in ROM, it cannot be bricked.
Note: Auto-Connect is always disabled while you are inside firmware flasher.
"
+ },
+ "firmwareFlasherButtonLeave": {
+ "message": "Leave Firmware Flasher"
+ },
+ "firmwareFlasherFirmwareNotLoaded": {
+ "message": "Firmware not loaded"
+ },
+ "firmwareFlasherFirmwareLoaded": {
+ "message": "Firmware loaded, ready for flashing"
+ },
+ "firmwareFlasherHexCorrupted": {
+ "message": "HEX file appears to be corrupted"
+ },
+ "firmwareFlasherRemoteFirmwareLoaded": {
+ "message": "Remote Firmware loaded, ready for flashing"
+ },
+ "firmwareFlasherFailedToLoadOnlineFirmware": {
+ "message": "Failed to load remote firmware"
+ },
+ "firmwareFlasherWaitForFinish": {
+ "message": "You can't do this right now, please wait for current operation to finish ..."
}
}
\ No newline at end of file
diff --git a/tabs/firmware_flasher.html b/tabs/firmware_flasher.html
index 4bce6a18c9..2d48123330 100644
--- a/tabs/firmware_flasher.html
+++ b/tabs/firmware_flasher.html
@@ -1,43 +1,45 @@
- If you are flashing board with baseflight already flashed (updating), leave this checkbox unchecked.
- If you are flashing "bare" board with no firmware preloaded or you have bootloader pins shorted, check this box.
+
-
- Committer:
- Date:
- Message:
+
+
+
- Please do not try to flash non-baseflight hardware with this firmware flasher (it wont work).
- Do not disconnect the board or turn off your computer while flashing.
-
- Note: STM32 bootloader is stored in ROM, it cannot be bricked.
- Note: Auto-Connect is always disabled while you are inside firmware flasher.
+