betaflight-configurator/tabs/default.html

27 lines
1.7 KiB
HTML
Raw Normal View History

<div class="tab-default">
<div class="welcome">
This application is a configuration utility for baseflight, a 32 bit fork of the popular open source RC flight control firmware project <a href="http://www.multiwii.org/" target="_blank">MultiWii</a>.<br />
<br />
While this app uses the same serial protocol as MultiWii there are several features that only work with baseflight so make sure to use it with compatible hardware <strong>only</strong>.<br />
<br />
Hardware running baseflight can be purchased from <a href="http://www.abusemark.com/store/" target="_blank">AbuseMark</a>.<br />
<br />
The source code can be downloaded from <a href="http://github.com/multiwii/baseflight" target="_blank">http://github.com/multiwii/baseflight</a>.<br />
2014-01-04 17:27:02 +00:00
The newest binary firmware image is available <a href="https://github.com/multiwii/baseflight/blob/master/obj/baseflight.hex" target="_blank">here</a>.<br />
</div>
<div class="changelog configurator">
<div class="title">Configurator - Changelog</div>
<div class="wrapper">
</div>
</div>
2013-11-09 06:02:08 +00:00
<div class="clear-both"></div>
<div class="donate">
<div class="title">Open Source / Donation Notice</div>
<p>
2013-11-09 17:36:38 +00:00
This utility is fully <strong>open source</strong> and is available free of charge to all <strong>baseflight</strong> users.<br />
2013-12-07 01:06:05 +00:00
If you found the utility useful, please consider <strong>supporting</strong> its development by donating.<br />
2013-11-09 06:02:08 +00:00
</p>
2014-03-08 05:25:15 +00:00
<a href="http://goo.gl/xQMKN" target="_blank" title="Donate"><img src="./images/btn_donate_SM.gif" alt="Paypal" /></a>
2013-11-09 06:02:08 +00:00
</div>
2014-03-08 05:25:15 +00:00
<a class="firmware_flasher" href="#">Firmware Flasher</a>
</div>