Cross platform configuration tool for the Betaflight firmware
 
 
 
 
 
 
Go to file
cTn 3381463bf5 correct status bar width, display configurator version in status bar 2014-10-12 16:05:35 +02:00
_locales/en add callbacks to backup and restore procedures, attach success messages in callbacks, hook up analytic events 2014-10-06 16:07:47 +02:00
images move motor_order to resources 2014-10-02 13:11:25 +02:00
js normalize backup save date 2014-10-12 14:50:55 +02:00
resources move motor_order to resources 2014-10-02 13:11:25 +02:00
tabs correct the value returned by getDate, display GMT offset 2014-10-11 16:45:19 +02:00
LICENSE Initial commit 2013-04-08 17:29:52 +02:00
README.md update manifest, readme, fallback brick code 2014-10-01 17:23:23 +02:00
changelog.html release 2014-10-06 20:35:19 +02:00
eventPage.js buggy innerBounds and aero got fixed in 38M 2014-10-08 14:10:43 +02:00
main.css correct status bar width, display configurator version in status bar 2014-10-12 16:05:35 +02:00
main.html correct status bar width, display configurator version in status bar 2014-10-12 16:05:35 +02:00
main.js correct status bar width, display configurator version in status bar 2014-10-12 16:05:35 +02:00
manifest.json bump minimum req chrome version to 38M, primarily to benefit from bugfixes 2014-10-09 10:23:59 +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"

WebGL

Make sure Settings -> System -> "User hardware acceleration when available" is checked to achieve the best performance

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