Skip to content

Tags: ExpressLRS/ExpressLRS

Tags

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 (#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 (#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 (#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 (#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 (#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 (#2740)

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

3.4.1

Toggle 3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
All zeros is unbound, not just any zero! (#2721)

3.4.0

Toggle 3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixes SBUS last position failsafe mode (#2706)

3.4.0-RC3

Toggle 3.4.0-RC3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix PWM issue of esp8266 device when duty is 0 (#2684)

3.4.0-RC2

Toggle 3.4.0-RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix LBT TLM (#2660)

* Fix-LBT-TLM

* Enhanced deferred function support

Allows upto 3 on the go. Stops overwriting in LBT code.

* removed debug code

* If we run out of slots write a debug message

---------

Co-authored-by: Paul Kendall <[email protected]>
Co-authored-by: Michael <[email protected]>