diff --git a/README.md b/README.md
index 214d6cce..324af3dd 100644
--- a/README.md
+++ b/README.md
@@ -1,41 +1,41 @@
-# Cleanflight Configurator
+# Betaflight Configurator
-Cleanflight Configurator is a crossplatform configuration tool for the [Cleanflight](http://cleanflight.com/) flight control system.
+
-It runs as an app within Google Chrome and allows you to configure the Cleanflight software running on any [supported Cleanflight target](https://github.com/cleanflight/cleanflight/blob/master/docs/Boards.md).
+Betaflight Configurator is a crossplatform configuration tool for the Betaflight flight control system.
-Various types of aircraft are supported by the tool and by cleanflight, e.g. quadcopters, hexacopters, octocopters and fixed-wing aircraft.
+It runs as an app within Google Chrome and allows you to configure the Betaflight software running on any [supported Betaflight target](https://github.com/betaflight/betaflight/tree/betaflight/src/main/target).
-[](https://chrome.google.com/webstore/detail/cleanflight-configurator/enacoimjcgeinfnnnpajinjgmkahmfgb)
+Various types of aircraft are supported by the tool and by Betaflight, e.g. quadcopters, hexacopters, octocopters and fixed-wing aircraft.
+
+
## Authors
-Dominic Clifton/hydra - maintainer of the Cleanflight firmware and configurator.
+Betaflight Configurator is a [fork](#credits) of the Cleanflight Configurator with support for Betaflight instead of Cleanflight.
-Cleanflight Configurator was originally a [fork](#credits) of Baseflight Configurator with support for Cleanflight instead of Baseflight.
-
-This configurator is the only configurator with support for Cleanflight specific features. It will likely require that you run the latest firmware on the flight controller.
-If you are experiencing any problems please make sure you are running the [latest firmware version](https://github.com/cleanflight/cleanflight/releases/latest).
+This configurator is the only configurator with support for Betaflight specific features. It will likely require that you run the latest firmware on the flight controller.
+If you are experiencing any problems please make sure you are running the [latest firmware version](https://github.com/betaflight/betaflight/releases/).
## Installation
-### Via chrome webstore
+### Via chrome webstore (not released yet)
-1. Visit [Chrome web store](https://chrome.google.com/webstore/detail/cleanflight-configurator/enacoimjcgeinfnnnpajinjgmkahmfgb)
+1. Visit [Chrome web store](https://chrome.google.com/webstore/detail/betaflight-configurator/enacoimjcgeinfnnnpajinjgmkahmfgb)
2. Click **+ Free**
-Please note - the application will automatically update itself when new versions are released. Please ensure you maintain configuration backups as described in the Cleanflight documentation.
+Please note - the application will automatically update itself when new versions are released. Please ensure you maintain configuration backups as described in the Betaflight documentation.
### Alternative way
1. Clone the repo to any local directory or download it as zip
2. Start Chromium or Google Chrome and go to tools -> extension
3. Check the "Developer mode" checkbox
-4. Click on load unpacked extension and point it to the Cleanflight Configurator directory (for example D:/cleanflight-configurator)
+4. Click on load unpacked extension and point it to the Betaflight Configurator directory (for example D:/betaflight-configurator)
## How to use
-You can find the Cleanflight Configurator icon in your application tab "Apps"
+You can find the Betaflight Configurator icon in your application tab "Apps"
## Notes
@@ -54,19 +54,13 @@ If you need help your please use the multiwii or rcgroups forums or visit the IR
### Issue trackers
-For Cleanflight configurator issues raise them here
+For Betaflight configurator issues raise them here
-https://github.com/cleanflight/cleanflight-configurator/issues
+https://github.com/betaflight/betaflight-configurator/issues
-For Cleanflight firmware issues raise them here
+For Betaflight firmware issues raise them here
-https://github.com/cleanflight/cleanflight/issues
-
-### IRC Channel
-
-There is an IRC channel for Cleanflight, here: irc://irc.freenode.net/#cleanflight
-
-Support for Baseflight Configurator can also be found on IRC, here: irc://irc.freenode.net/#multiwii
+https://github.com/betaflight/betaflight/issues
## Technical details
@@ -78,4 +72,6 @@ We accept clean and reasonable patches, submit them!
## Credits
-ctn - primary author and maintainer of Baseflight Configurator from which this project was forked.
+ctn - primary author and maintainer of Baseflight Configurator from which Cleanflight Configurator project was forked.
+
+Hydra - author and maintainer of Cleanflight Configurator from which this project was forked.
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 32f9f047..4bcb6746 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -35,7 +35,7 @@
"message": "Device - Rebooting"
},
"deviceReady": {
- "message": "Device - Ready"
+ "message": "Device - Ready"
},
"backupFileIncompatible": {
@@ -122,26 +122,26 @@
},
"serialPortOpened": {
- "message": "Serial port successfully opened with ID: $1"
+ "message": "Serial port successfully opened with ID: $1"
},
"serialPortOpenFail": {
"message": "Failed to open serial port"
},
"serialPortClosedOk": {
- "message": "Serial port successfully closed"
+ "message": "Serial port successfully closed"
},
"serialPortClosedFail": {
"message": "Failed to close serial port"
},
"usbDeviceOpened": {
- "message": "USB device successfully opened with ID: $1"
+ "message": "USB device successfully opened with ID: $1"
},
"usbDeviceOpenFail": {
"message": "Failed to open USB device!"
},
"usbDeviceClosed": {
- "message": "USB device successfully closed"
+ "message": "USB device successfully closed"
},
"usbDeviceCloseFail": {
"message": "Failed to close USB device"
@@ -171,10 +171,10 @@
"message": "Firmware Version: $1"
},
"apiVersionReceived": {
- "message": "MultiWii API version received - $1"
+ "message": "MultiWii API version received - $1"
},
"uniqueDeviceIdReceived": {
- "message": "Unique device ID received - 0x$1"
+ "message": "Unique device ID received - 0x$1"
},
"boardInfoReceived": {
"message": "Board: $1, version: $2"
@@ -216,7 +216,7 @@
"message": "Please use the Firmware Flasher to access DFU devices"
},
"dfu_erased_kilobytes": {
- "message": "Erased $1 kB of flash successfully"
+ "message": "Erased $1 kB of flash successfully"
},
"dfu_device_flash_info": {
"message": "Detected device with total flash size $1 kiB"
@@ -226,21 +226,21 @@
},
"eeprom_saved_ok": {
- "message": "EEPROM saved"
+ "message": "EEPROM saved"
},
"defaultWelcomeIntro": {
- "message": "Welcome to Cleanflight - Configurator, a utility designed to simplify updating, configuring and tuning of your flight controller."
+ "message": "Welcome to Betaflight - Configurator, a utility designed to simplify updating, configuring and tuning of your flight controller."
},
"defaultWelcomeText": {
- "message": "The application supports all hardware that can run cleanflight (SPRacingF3, Vortex, Sparky, DoDo, CC3D/EVO, Air Hero 32, Flip32/+/Deluxe, DragonFly32, CJMCU Microquad, Chebuzz F3, STM32F3Discovery, Hermit, Naze32 Tricopter Frame, Skyline32, Naze/32/Mini/Pro/Blackbox etc)
The firmware source code can be downloaded from here
The newest binary firmware image is available here, development builds available here
Latest CP210x Drivers can be downloaded from here
Latest STM USB VCP Drivers can be downloaded from here
Latest Zadig for Windows DFU flashing can be downloaded from here
"
+ "message": "The application supports all hardware that can run Betaflight (SPRacingF3, Vortex, Sparky, DoDo, CC3D/EVO, Air Hero 32, Flip32/+/Deluxe, DragonFly32, CJMCU Microquad, Chebuzz F3, STM32F3Discovery, Hermit, Naze32 Tricopter Frame, Skyline32, Naze/32/Mini/Pro/Blackbox etc)
The firmware source code can be downloaded from here
The newest binary firmware image is available here, development builds available here
Latest CP210x Drivers can be downloaded from here
Latest STM USB VCP Drivers can be downloaded from here
Latest Zadig for Windows DFU flashing can be downloaded from here
"
},
"defaultContributingHead": {
"message": "Contributing"
},
"defaultContributingText": {
- "message": "If you would like to help make Cleanflight even better you can help in many ways, including: