From 53ee765a5192396dafccfce4c6100b4d03756ddd Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Wed, 12 Nov 2014 20:45:46 +0000 Subject: [PATCH 1/2] Bump version to 0.51.4 now that new firmware with updated CLI 'exit' command is out. --- changelog.html | 4 ++++ manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.html b/changelog.html index 6c02e718..22ddea2a 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,7 @@ +12.11.2014 - 0.51.4 cleanflight +

+ . Change message on cli tab - you must use the 'save' command to save your changes with the latest firmware. +

9.11.2014 - 0.51.3 cleanflight

+ Add 'Adjustments' tab for configuring in-flight adjustment switches.
diff --git a/manifest.json b/manifest.json index 40aaa61e..aa4b7fb1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "minimum_chrome_version": "36", - "version": "0.51.3", + "version": "0.51.4", "author": "Hydra", "name": "Cleanflight - Configurator", "short_name": "cleanflight", From d86d697690d60915ad3b27dca9c15fc266a90a19 Mon Sep 17 00:00:00 2001 From: UKTamo Date: Wed, 10 Dec 2014 10:22:13 +0000 Subject: [PATCH 2/2] Update messages.json Warning that this flashing can potentially wipe settings --- _locales/en/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 125b8c08..58806cdf 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -661,7 +661,7 @@ "message": "Warning" }, "firmwareFlasherWarningText": { - "message": "Please do not try to flash non-cleanflight 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.
" + "message": "Please do not try to flash non-cleanflight 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.
Note: This can wipe your configuration including but not limited to PIDs, Auxiliary, and FEATURES. Make sure you have a backup.
" }, "firmwareFlasherButtonLeave": { "message": "Leave Firmware Flasher" @@ -681,4 +681,4 @@ "firmwareFlasherWaitForFinish": { "message": "You can't do this right now, please wait for current operation to finish ..." } -} \ No newline at end of file +}