Cross platform configuration tool for the Betaflight firmware
 
 
 
 
 
 
Go to file
cTn a0ed27c161 reorganization of several MSP methods, small optimizations 2014-09-21 20:31:57 +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 reorganization of several MSP methods, small optimizations 2014-09-21 20:31:57 +02:00
tabs add small padding around svg image in mixer to make things look little bit better 2014-09-20 14:15:53 +02:00
LICENSE Initial commit 2013-04-08 17:29:52 +02:00
README.md updating readme 2014-03-25 15:58:05 +01:00
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 default and initial setup renamed to landing and setup, including object adjustments 2014-09-20 13:51:23 +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