mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
Bump version and update readme.
This commit is contained in:
parent
902da2f91d
commit
f730bb51e7
3 changed files with 11 additions and 5 deletions
|
@ -7,12 +7,11 @@ It allows you to configure the Cleanflight software running on any supported cle
|
||||||
|
|
||||||
Cleanflight is available here:
|
Cleanflight is available here:
|
||||||
|
|
||||||
https://github.com/hydra/cleanflight
|
https://github.com/cleanflight/cleanflight
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
-------
|
-------
|
||||||
ctn - primary author and maintainer of Baseflight configurator.
|
Dominic Clifton/hydra - maintainer of the Cleanflight firmware and configurator.
|
||||||
Dominic Clifton/hydra - maintainer of the Cleanflight fork.
|
|
||||||
|
|
||||||
This configurator is the only configurator for cleanflight specific features, it will likely require that you run the latest firmware on the flight controller,
|
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.
|
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!
|
We accept clean and reasonable patches, submit them!
|
||||||
|
|
||||||
|
Credits
|
||||||
|
-------
|
||||||
|
ctn - primary author and maintainer of Baseflight configurator from which this project was forked.
|
||||||
|
|
|
@ -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>
|
<span>13.10.2014 - 0.51.2 cleanflight</span>
|
||||||
<p>
|
<p>
|
||||||
* Requires latest firmware.<br />
|
* Requires latest firmware.<br />
|
||||||
. Change default channel mode range to 1300/1700 to match MultiWii MID AUX checkbox.<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>
|
</p>
|
||||||
<span>13.10.2014 - 0.51.1 cleanflight</span>
|
<span>13.10.2014 - 0.51.1 cleanflight</span>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"minimum_chrome_version": "36",
|
"minimum_chrome_version": "36",
|
||||||
"version": "0.51.2",
|
"version": "0.51.3",
|
||||||
"author": "Hydra",
|
"author": "Hydra",
|
||||||
"name": "Cleanflight - Configurator",
|
"name": "Cleanflight - Configurator",
|
||||||
"short_name": "cleanflight",
|
"short_name": "cleanflight",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue