Steve Evans

Results 8 issues of Steve Evans

See https://github.com/betaflight/betaflight/pull/10909 for background. Using an AIRFLEETG4 V11 FC with NERC-HYBRIDG4 config logging to onboard FLASH works using `blackbox_mode=MOTOR_TEST` however with `blackbox_mode=NORMAL`, arming via MSP, only the log header is...

BUG

### Describe the bug When disarming the stats display title isn't always visible. ![](https://user-images.githubusercontent.com/11480839/150889031-5177da49-e4a1-46f4-8b26-7cdbf8ab261f.png) Discovered at https://github.com/betaflight/betaflight/pull/11330#issuecomment-1020692561 although not related to that PR is transpires, hence the creation of this...

BUG

Building on https://github.com/betaflight/betaflight/pull/13005 this PR adds the ability to select one of four logos to display on arming. This currently only works on the Walksnail Avatar HD system, but other...

RN: IMPROVEMENT

Attempting to FLASH ESCs using Chrome on Mac 10.15.7 frequently hangs, bricking the ESC. No issues are seen using Edge on Windows 10. This has been seen when flashing EFM8BB51...

bug
help wanted
information needed

This PR allows an FC to be used as a headtracker outputting data on SBus which may then be fed into an EdgeTX transmitter to either use for direct control...

RN: MINOR FEATURE
RN: ACCESSIBILITY

To improve pre-merge testing this adds support for `make configs_all` to build all targets in the `src/config/configs` directory.

Build System Improvement

It is often useful to do a complete build without debug to get optimised code and then touch files for which debug is required and then rebuild with `DEBUG=GDB`. This...

Build System Improvement

A debug build was resulting in the following error which this PR fixes. ``` ./src/main/drivers/stm32/sdio_f7xx.c: In function 'SD_PowerON': ./src/main/drivers/stm32/sdio_f7xx.c:1442:22: error: 'Response' may be used uninitialized [-Werror=maybe-uninitialized] 1442 | if((Response &...

RN: BUGFIX