You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
cTn 65555b224c added profile select in PID tab 11 years ago
css adjusting element sizes due to window size change 11 years ago
images custom made frame (fixes chrome33+ no shadow) 11 years ago
js added profile select in PID tab 11 years ago
tabs added profile select in PID tab 11 years ago
LICENSE Initial commit 12 years ago
README.md updating readme 11 years ago
background.js linux bugfixes + docs 11 years ago
changelog.html updating changelog 11 years ago
main.html removing obsolete notify, first hooks to GUI.log 11 years ago
main.js notification script informing about broken api 11 years ago
manifest.json polish text 11 years ago

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