betaflight-configurator
betaflight-configurator copied to clipboard
Cross platform configuration tool for the Betaflight firmware
VTX Power Mode Would like to be able change VTX power from transmitter. This could be done via an Aux switch. I set it up in CLI but it does...
Basically put this formula inside the configurator: `new_scale = old_scale x (OSD_mAh_consumed / mAh_charged)` https://oscarliang.com/current-sensor-calibration/ Is there already something planned like this? Otherwise I might go ahead and write that...
Recording this so we don't forget to add support for https://github.com/betaflight/betaflight/pull/9261 Needs to be a little more than a simple element. The preview will have to take into account the...
It would be convenient to invert the Rx and Tx lines from each UART from the port configuration table, instead of CLI.
Hi guys. The configurator OSD symbol preview for Home Distance, has an extended possibility of character length. This prevents the Home Distance readout from being place any closer than 4...
I know it can easily be calculated but it would be super convenient to have it right there, Great for checking rewound motors, or specs on new motors. Cheers
An automatic way of calculating and setting `rxrange`. One possible implementation: * User is instructed to move sticks to extremes * `rxrange` is automatically calculated * Channel mapping could also...
Would it be possible to get support for connecting to the flight controller over BLE? EZ-GUI works OK on Android, but it would be nice to be able to use...
With the changes in 3.4 and 3.5 and to the configurator 10.4 things seem to be getting slightly more complex. I like to 'just fly' but still like to tweak...
In the motors tab of the configurator, add functionality to test an individual motor and receive a calculated noise value/score. This would be useful as it would allow a user...