Bryan Mayland

Results 22 issues of Bryan Mayland

Adds RX Lua config item to set which rate it starts rate cycling with on boot (no config change needed). Refactors common rxtx Lua code to one file instead of...

V3.1 :thinking:

This refactors the touch events slightly and fixes the issue of no way to exit a popup with touch events. It also reduces the Lua compiled code size on all...

V3.0 :rocket:

ExpressLRS 3.x.x-maint elrsv3.lua (latest) ## Steps to Reproduce 1. Enter Lua on a touchscreen device (TX16S used), click any `luaItem_selection` item to start changing the value 2. Swipe right to...

external issue

The [Betaflight Tx Lua](https://github.com/betaflight/betaflight-tx-lua-scripts) works fine, but its sibling `Betaflight CMS` does not work. The screen is just blank. There's two issues at play here. First, we do not forward...

## Current Behavior When refreshing Lua, the bad/good number goes down, e.g. from 0/250 to 0/246. This is apparently only present on FM30 STM32 TXes which worked perfectly on 2.0.1....

confirmed :white_check_mark:

Ardupilot can do passthrough serial as well and if configured manually (holding the boot button and setting the passthrough manually) has worked for a user so 420000 baud passthrough should...

enhancement :magic_wand:

When connecting with the Chorus Android app over wifi it always connects to the default gateway IP, assuming the wifi AP is the Chorus device. However, with Chorus32 in client...

Depending on what else uses the SPI bus, it might be in a different mode when avrdude is run. This patch resets the mode SPI mode to mode0, 8 bit,...

Adds the ability to change PWM output mappings and failsafe positions from Lua ![image](https://user-images.githubusercontent.com/677183/184201148-78cc1073-0041-4162-aa4a-85b3746a5c74.png) ### Details Builds on #1757 Adds "Output Mapping" folder with the following items: * Output Ch...

V3.1 :thinking:

Does the special `CRSF_NO_OUTPUT` serial initialization procedure on receivers if `DEBUG_RCVR_LINKSTATS` is enabled. `DEBUG_RCVR_LINKSTATS` needs to work without `DEBUG_LOG` so that the log files generated are clean and only contain...

bugfixes :lady_beetle:
V3.4 🍟