Cross platform configuration tool for the Betaflight firmware
 
 
 
 
 
 
Go to file
cTn a8b96a9206 dont cancel following events 2014-09-22 11:03:00 +02:00
_locales/en implement channel map including validation and UI compatibility fallback 2014-09-19 17:44:04 +02:00
images Added octo x8 and flying wing graphics. Switching character outlines to actual text. 2014-09-19 09:33:41 -04:00
js handle impossible default state since that's what we do now 2014-09-21 20:40:33 +02:00
tabs dont cancel following events 2014-09-22 11:03:00 +02:00
LICENSE
README.md
changelog.html updating changelog, required reorganization of tab files will follow 2014-09-20 13:26:48 +02:00
eventPage.js only trigger update notification on upgrade, bump version, update dev changelog 2014-09-08 12:14:41 +02:00
main.css normalizing indentation in css files 2014-09-20 14:07:00 +02:00
main.html default and initial setup renamed to landing and setup, including object adjustments 2014-09-20 13:51:23 +02:00
main.js bugfixes for primary input validation 2014-09-22 10:16:27 +02:00
manifest.json updating changelog, bumping up manifest version 2014-09-19 18:07:51 +02:00

README.md

Baseflight Configurator

Configurator based on chrome.serial API running on Google Chrome/Chromium core

Keep in mind that this configurator is the most up-to-date configurator implementation for Baseflight flight software, in many cases it requires latest firmware on the flight controller, if you are experiencing any problems, please make sure you are running the latest version of firmware.

Installation

    • Click + Free

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)

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