Cross platform configuration tool for the Betaflight firmware
 
 
 
 
 
 
Go to file
cTn 21af65567c created MSP disconnect cleanup routine 2014-01-26 18:24:46 +01:00
css disabling custom spinner emulation 2014-01-23 23:47:14 +01:00
images custom made frame (fixes chrome33+ no shadow) 2014-01-18 19:21:30 +01:00
js created MSP disconnect cleanup routine 2014-01-26 18:24:46 +01:00
tabs instant initialization for graphs 2014-01-26 15:22:12 +01:00
workers validation 2013-12-12 17:10:10 +01:00
LICENSE Initial commit 2013-04-08 17:29:52 +02:00
README.md updating readme 2014-01-25 21:21:57 +01:00
background.js bugfix 2014-01-20 20:15:23 +01:00
changelog.html updating changelog 2014-01-26 00:30:18 +01:00
main.html updating jquery to 2.1.0 2014-01-24 21:45:59 +01:00
main.js fixing height after addition of custom frame 2014-01-24 22:24:35 +01:00
manifest.json polish text 2014-01-18 19:20:47 +01:00

README.md

baseflight configurator

Configurator is based on chrome.serial API (currently found only in google chrome and chromium web browsers).

I am using Flotr2 as a plotting library (with a few UI tweaks).

Installation

    • Click add to Chrome
    • You are done

Alternative way

    • Clone the repo to any local directory or download it as zip
    • Start chromium or google chrome and go to tools -> extension
    • Check the "Developer mode" checkbox
    • Click on load unpacked extension and point it to the baseflight configurator directory (for example D:/baseflight-configurator)
    • Note: Don't go "inside" configurators directory (just point to the folder)
    • You are done

How to use

You can find the baseflight configurator icon in your application tab "Apps"

Developers

We accept clean and reasonable patches, always target the "development" branch for the pull requests