Cross platform configuration tool for the Betaflight firmware
 
 
 
 
 
 
Go to file
cTn a7fab85d42 updating flotr2, rework of graph pull timers 2014-03-23 18:49:21 +01:00
_locales/en initial changes required for i18n system 2014-03-20 22:24:49 +01:00
css whitespace trimming run 2014-03-08 06:25:15 +01:00
images custom made frame (fixes chrome33+ no shadow) 2014-01-18 19:21:30 +01:00
js updating flotr2, rework of graph pull timers 2014-03-23 18:49:21 +01:00
tabs updating flotr2, rework of graph pull timers 2014-03-23 18:49:21 +01:00
LICENSE Initial commit 2013-04-08 17:29:52 +02:00
README.md adding note for linux users 2014-02-15 17:35:41 +01:00
background.js whitespace trimming run 2014-03-08 06:25:15 +01:00
changelog.html dev version bump 2014-03-09 09:11:01 +01:00
main.html initial changes required for i18n system 2014-03-20 22:24:49 +01:00
main.js detach listeners and remove element data 2014-03-15 15:43:08 +01:00
manifest.json initial changes required for i18n system 2014-03-20 22:24:49 +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"

Linux users

  1. Dont forget to add your user into dialout group "sudo usermod -aG dialout YOUR_USERNAME" for serial access
  2. If you have 3D model animation problems, Enable "Override software rendering list" in chrome flags chrome://flags/#ignore-gpu-blacklist

Developers

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