1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Bump version and update readme.

This commit is contained in:
Dominic Clifton 2014-11-09 00:56:59 +00:00
parent 902da2f91d
commit f730bb51e7
3 changed files with 11 additions and 5 deletions

View file

@ -7,12 +7,11 @@ It allows you to configure the Cleanflight software running on any supported cle
Cleanflight is available here:
https://github.com/hydra/cleanflight
https://github.com/cleanflight/cleanflight
Authors
-------
ctn - primary author and maintainer of Baseflight configurator.
Dominic Clifton/hydra - maintainer of the Cleanflight fork.
Dominic Clifton/hydra - maintainer of the Cleanflight firmware and configurator.
This configurator is the only configurator 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 version of firmware.
@ -61,3 +60,6 @@ Developers
----------
We accept clean and reasonable patches, submit them!
Credits
-------
ctn - primary author and maintainer of Baseflight configurator from which this project was forked.

View file

@ -1,8 +1,12 @@
<span>9.11.2014 - 0.51.3 cleanflight</span>
<p>
+ Add 'Adjustments' tab for configuring in-flight adjustment switches.<br />
</p>
<span>13.10.2014 - 0.51.2 cleanflight</span>
<p>
* Requires latest firmware.<br />
. Change default channel mode range to 1300/1700 to match MultiWii MID AUX checkbox.<br />
+ Use new MSP_API_VERSION command.<br />
+ Use new experimental MSP_API_VERSION command.<br />
</p>
<span>13.10.2014 - 0.51.1 cleanflight</span>
<p>

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "36",
"version": "0.51.2",
"version": "0.51.3",
"author": "Hydra",
"name": "Cleanflight - Configurator",
"short_name": "cleanflight",