profile
viewpoint
Mark Haslinghuis haslinghuis @numloq The Netherlands numloq.nl

haslinghuis/opentx 1

OpenTX custom firmware for Transmitters

haslinghuis/betaflight 0

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.

FlyMarc2

comment created time in 15 hours

PullRequestReviewEvent
PullRequestReviewEvent

push eventaocodarc/unified-targets

Mark Haslinghuis

commit sha a9ee3f450ec8e88b6607828e10b4dec973188e12

Update SJET-AOCODARCF405_AIO.config

view details

push time in a day

delete branch haslinghuis/betaflight-configurator

delete branch : fix-heading

delete time in a day

push eventbetaflight/betaflight-configurator

Mark Haslinghuis

commit sha 7e25ce2666d996ac4a4d74273903817310b21a10

Adjust plot colors (#3580) * Adjust plot colors * Fix dark-theme

view details

push time in a day

PR merged betaflight/betaflight-configurator

Adjust plot colors Ready to Merge RN: UI
  • Make colors more readable for light mode when out in the field in motors and sensors tab.
+68 -15

10 comments

3 changed files

haslinghuis

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.

Tdogb

comment created time in 2 days

push eventbetaflight/betaflight-configurator

stoneman

commit sha 71e12409041af45b0601e616adaa6bd5df4c9af5

Enable mouse scroll wheel control of sliders (#3582) Enable mouse scroll wheel for sliders

view details

push time in 2 days

PR merged betaflight/betaflight-configurator

Enable mouse scroll wheel control of sliders RN: UI

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.

image

image

+69 -6

30 comments

4 changed files

stoneman

pr closed time in 2 days

IssuesEvent

issue commentbetaflight/betaflight

Aux 12 is random

You can find submit support ID in CLI tab. We need info about:

  • Radio firmware, transmitter firmware, protocol used.
  • Firmware version and a diff
Redbeardfpv725

comment created time in 2 days

pull request commentbetaflight/unified-targets

Create SJET-AOCODARCF405_AIO.config

Did you test blackbox?

aocodarc

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:

  1. 4.4.3-zulu
  2. 4.4.3-zulu using https://github.com/betaflight/betaflight/pull/13084 in select commit field.
krisdover

comment created time in 2 days

delete branch betaflight/config

delete branch : blckmn-patch-2

delete time in 2 days

push eventbetaflight/config

J Blackman

commit sha 30cdd86c985b0cd9a03e5923749a9f525c2931cc

Fix typo for FLASHHOBBYF405 (#181)

view details

push time in 2 days

PR merged betaflight/config

Fix typo for FLASHHOBBYF405
+1 -1

0 comment

1 changed file

blckmn

pr closed time in 2 days

PullRequestReviewEvent
PullRequestReviewEvent

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.

stoneman

comment created time in 3 days

PullRequestReviewEvent

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

stoneman

comment created time in 3 days

IssuesEvent

issue commentbetaflight/betaflight

SYNERGYF4 is missing Blackbox

Please follow: http://betaflight.com/docs/wiki/configurator/firmware-flasher-tab#board-defines

leapole

comment created time in 3 days

push eventhaslinghuis/config

Mark Haslinghuis

commit sha 7d4a554e5908aef993f73a5c0a4e9aa97a64d5fe

Fix USUART (#179)

view details

Mark Haslinghuis

commit sha 57300ed069624ac47c96ec9803a348cf7f1894a1

Update STELLARF7 (#180)

view details

push time in 4 days

push eventhaslinghuis/unified-targets

Vitaliy Nimych

commit sha 3be9773f31c1ccc863b2aa2aa896d4a99879a7db

update config STELLAR F7 (#1151) fix gyro align, add box user name Co-authored-by: Vitaliy Nimych <vitaliy.ninych@gmail.com>

view details

push time in 4 days

push eventhaslinghuis/betaflight-configurator

HThuren

commit sha cc32aaf7eac45a1e589f32a327c5ad58622efaac

Ajust gps aligment of Status and Quality (#3581) * Step 1 * New aligment

view details

push time in 4 days

push eventbetaflight/betaflight-configurator

HThuren

commit sha cc32aaf7eac45a1e589f32a327c5ad58622efaac

Ajust gps aligment of Status and Quality (#3581) * Step 1 * New aligment

view details

push time in 4 days

PR merged betaflight/betaflight-configurator

Reviewers
Ajust gps aligment of Status and Quality RN: UI

New method to align Status and Quality, as wanted by @McGiverGim in #3566

Size fit to other languages than english.

image

+14 -9

3 comments

2 changed files

HThuren

pr closed time in 4 days

pull request commentbetaflight/betaflight

Remove uart mon

Rebased

haslinghuis

comment created time in 4 days

more