Skip to content

Tags: armwdev/ExpressLRS

Tags

3.5.5

Toggle 3.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Force update the power during Config (ExpressLRS#3216)

this ensures that the power is correct for the selected band

3.5.4

Toggle 3.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
LUA script: auto adapt display properties to screen resolution and fo…

…nt size for color displays. (ExpressLRS#3170)

* Auto adapt display properties to screen resolution and font size for color radios.

* change text to determine font height

editorial: change tabs to spaces

3.5.3

Toggle 3.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Return TX to configured RF mode after binding (ExpressLRS#3035)

3.5.2

Toggle 3.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix ble reporting wrong as "gamepad" instead of "joystick" (ExpressLR…

…S#3013)

Co-authored-by: Jye <[email protected]>

3.5.1

Toggle 3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prevent vtx msp on tx boot (ExpressLRS#2965)

* prevent vtx msp on tx boot

* fix pitmodeAuxState initialised state

* revert VtxSendState in VtxTriggerSend()

3.5.0

Toggle 3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes 3 issues with the displays (ExpressLRS#2916)

* Fixes 2 issues with the displays

* Fix for joystick that uses shared WIFI ADC

3.5.0-RC2

Toggle 3.5.0-RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes 3 issues with the displays (ExpressLRS#2916)

* Fixes 2 issues with the displays

* Fix for joystick that uses shared WIFI ADC

3.5.0-RC1

Toggle 3.5.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the setting for disabled wifi-auto-on-internal when -1 (ExpressLR…

…S#2897)

3.4.3

Toggle 3.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bug: increase ESP8266 hwTimer::resume buffer (ExpressLRS#2786)

* bug: increase ESP8266 hwTimer::resume buffer

* move hwTimer::resume to be called as the final task before return to IsrCallback()

In the original location HandleFHSS() can still be called after hwTimer::resume.  This eats into the 20us resume buffer.

* update esp32 hwTimer to trigger correctly

* fix speeling

3.4.2

Toggle 3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
VTXAdmin PitMode On using YAW channel to trigger (ExpressLRS#2740)

Co-authored-by: Jye <[email protected]>