Paul Kendall

Results 33 issues of Paul Kendall

This was forgotten when the foxeer RX target was added.

bug :bug:
V3.0 :rocket:

This PR builds on #1761 and allows the user to select a color for an RGB led that lights up a user button.

V3.1 :thinking:

Adds the ability for a TX to have 2 user configurable buttons. The actions of the button(s) can be configured in the web UI (shown below) ![Screen Shot 2022-08-11 at...

V3.1 :thinking:

## Upgrade ESP platforms and arduino libraries - Upgrade the platform from 3.4.0 to 5.1.1. - Also upgrade libraries to latest versions. - Make adjustments to code to match upgraded...

V3.1 :thinking:

Move the "important" tasks to core 1 (the loop core). These would be the CRSF, and Lua tasks. Putting them on the loop core, with the main codepath and radio...

V3.1 :thinking:

This PR resurrects the xmodem flashing PR for performing updates via betaflight passthrough flashing of ESP32 based RXes.

For Discussion :mega:
V3.1 :thinking:

This PR is an alternative to #1800 (which uses XModem). This PR has a hack-n-slash of the esptool stub-loader pulled into the codebase, wrapped in an updater device, so the...

For Discussion :mega:
V3.1 :thinking:

This PR provides a simple web page on TXs and RXs `/cw.html` where you can start Continuous Wave mode on the SX1280. It also provides a calculator where you can...

V3.1 :thinking:

Adds the code from the python version of esptool that detects if the stub flasher is already running. If the stub is already running, the stub upload is no longer...

Adds debug message for OSD commands in VRx code I'm thinking of extending this "test" program to be able to send all of the MSP commands to the VRx

enhancement
V1.5 :cake: