1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00
No description
Find a file
2014-11-20 19:29:43 +01:00
_locales/en add link pointing to baseflight wiki on github 2014-11-16 18:42:35 +01:00
images replacing iconmoon font with proper svg icon 2014-10-28 17:34:29 +01:00
js correct callbacks in firmware flasher, optimize speed by updating UI between read/write operations 2014-11-15 13:44:12 +01:00
resources add adjusted svg graphics for V tail and A tail quad from norem 2014-11-19 19:36:11 +01:00
tabs add adjusted svg graphics for V tail and A tail quad from norem 2014-11-19 19:36:11 +01:00
changelog.html release 2014-11-04 03:15:52 +01:00
eventPage.js buggy innerBounds and aero got fixed in 38M 2014-10-08 14:10:43 +02:00
LICENSE Initial commit 2013-04-08 17:29:52 +02:00
main.css add missing styles 2014-10-28 17:46:04 +01:00
main.html rename files to better correspond to their specific tabs 2014-10-30 12:43:35 +01:00
main.js track settings changes via events 2014-11-20 19:29:43 +01:00
manifest.json bumping version, updating changelog 2014-11-03 18:48:46 +01:00
README.md update manifest, readme, fallback brick code 2014-10-01 17:23:23 +02:00

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