OpenTX custom firmware for Transmitters
Open Source Flight Controller Firmware
haslinghuis/betaflight-configurator 0
Cross platform configuration tool for the Betaflight firmware
haslinghuis/betaflight-tx-lua-scripts 0
Collection of scripts to configure Betaflight from your TX (currently only supported in OpenTx)
haslinghuis/blackbox-log-viewer 0
Interactive log viewer for flight logs recorded with blackbox
haslinghuis/esc-configurator 0
A Web-App to flash your BLHeli_S and AM32 based ESCs from the browser using the Web-Serial API.
haslinghuis/ExpressLRS-Configurator 0
Cross platform configuration & build tool for the ExpressLRS radio link
issue commentbetaflight/betaflight
Flight Controller F7 freezes when JETIEXBUS is used on Betaflight 4.4
We are not going to downgrade ARM SDK before proper investigation. Having requested samples from JETI but got no response at all.
comment created time in 15 hours
push eventaocodarc/unified-targets
commit sha a9ee3f450ec8e88b6607828e10b4dec973188e12
Update SJET-AOCODARCF405_AIO.config
push time in a day
push eventbetaflight/betaflight-configurator
commit sha 7e25ce2666d996ac4a4d74273903817310b21a10
Adjust plot colors (#3580) * Adjust plot colors * Fix dark-theme
push time in a day
PR merged betaflight/betaflight-configurator
- Make colors more readable for light mode when out in the field in motors and sensors tab.
pr closed time in a day
pull request commentbetaflight/betaflight
Rpm limiter initial throttle cap prediction fix
Sonar works on front-end repo's, not on back-end.
comment created time in 2 days
push eventbetaflight/betaflight-configurator
commit sha 71e12409041af45b0601e616adaa6bd5df4c9af5
Enable mouse scroll wheel control of sliders (#3582) Enable mouse scroll wheel for sliders
push time in 2 days
PR merged betaflight/betaflight-configurator
This pull request adds the ability to manipulate the PID, filter, and motor sliders with the mouse's scroll wheel.
As demonstrated in the videos below, this is a convenient way of adjusting the sliders and, in the case of the motor sliders, enables you to easily set two motors to exactly the same value (which is almost impossible when clicking on them). The content pane can still be scrolled when the mouse is not directly over an active slider control.
https://github.com/betaflight/betaflight-configurator/assets/741710/bf1a58c9-7725-4384-b2ca-6280f1cfa7b2
https://github.com/betaflight/betaflight-configurator/assets/741710/5509de5b-c14f-4959-bd4d-0e1b943f415c
Since it is not a good experience having the sliders move about the screen while you are scrolling them, I have moved the PID/filter warning boxes from above the sliders to below them. This prevents the sliders from being pushed downwards when the warning appears.
I have also styled them to match the "notes" that they now sit on top of.
pr closed time in 2 days
issue commentbetaflight/betaflight
You can find submit support ID in CLI tab. We need info about:
- Radio firmware, transmitter firmware, protocol used.
- Firmware version and a diff
comment created time in 2 days
pull request commentbetaflight/unified-targets
Create SJET-AOCODARCF405_AIO.config
Did you test blackbox?
comment created time in 2 days
issue commentbetaflight/betaflight
Corrupted blackbox logs via serial/OpenLager going from BF 4.3.2 to 4.4.2 on OMNIBUSF4SD target
For testing please try flashing development build:
- 4.4.3-zulu
- 4.4.3-zulu using https://github.com/betaflight/betaflight/pull/13084 in select commit field.
comment created time in 2 days
push eventbetaflight/config
commit sha 30cdd86c985b0cd9a03e5923749a9f525c2931cc
Fix typo for FLASHHOBBYF405 (#181)
push time in 2 days
Pull request review commentbetaflight/betaflight-configurator
Enable mouse scroll wheel control of sliders
motors.initialize = async function (callback) { setSlidersDefault(); const ignoreKeys = [- 'PageUp',- 'PageDown',- 'End',- 'Home',- 'ArrowUp',- 'ArrowDown',+ 33, // Page Up+ 34, // Page Down+ 35, // End+ 36, // Home+ 38, // Arrow Up+ 40, // Arrow Down+ 18, // Alt / Opt
Why revert to numbers? Just add altLeft
and altRight
instead.
comment created time in 3 days
Pull request review commentbetaflight/betaflight-configurator
Enable mouse scroll wheel control of sliders
motors.initialize = async function (callback) { function disableMotorTest(e) { if (motorsEnableTestModeElement.is(':checked')) {- if (!ignoreKeys.includes(e.code)) {+ if (!ignoreKeys.includes(e.which)) {
Wrote this function using e.code
because
https://medium.com/@danziger/both-e-which-and-e-keycode-ab9252580d08
comment created time in 3 days
issue commentbetaflight/betaflight
Please follow: http://betaflight.com/docs/wiki/configurator/firmware-flasher-tab#board-defines
comment created time in 3 days
push eventhaslinghuis/config
commit sha 7d4a554e5908aef993f73a5c0a4e9aa97a64d5fe
Fix USUART (#179)
commit sha 57300ed069624ac47c96ec9803a348cf7f1894a1
Update STELLARF7 (#180)
push time in 4 days
push eventhaslinghuis/unified-targets
commit sha 3be9773f31c1ccc863b2aa2aa896d4a99879a7db
update config STELLAR F7 (#1151) fix gyro align, add box user name Co-authored-by: Vitaliy Nimych <vitaliy.ninych@gmail.com>
push time in 4 days
push eventhaslinghuis/betaflight-configurator
commit sha cc32aaf7eac45a1e589f32a327c5ad58622efaac
Ajust gps aligment of Status and Quality (#3581) * Step 1 * New aligment
push time in 4 days
push eventbetaflight/betaflight-configurator
commit sha cc32aaf7eac45a1e589f32a327c5ad58622efaac
Ajust gps aligment of Status and Quality (#3581) * Step 1 * New aligment
push time in 4 days
PR merged betaflight/betaflight-configurator
New method to align Status and Quality, as wanted by @McGiverGim in #3566
Size fit to other languages than english.
pr closed time in 4 days