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:
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:
|
||||
|
||||
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.
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue