Skip to content

Tags: MangLFu/ExpressLRS

Tags

3.0.0-RC1

Toggle 3.0.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix version number parsing (ExpressLRS#1664)

2.5.1

Toggle 2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add WS2812_IS_GRB for NamOLED TXes (ExpressLRS#1625)

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ability to forceupdate vi wifi with a single call (ExpressLRS#1565)

Co-authored-by: Bryan Mayland <[email protected]>

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Namimno PA target (ExpressLRS#1519)

* Namimno PA target for 2.3.x

* NamimnoRC_FLASH_2400_RX_ESP8285_PA.h

* 2.3 power output

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

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes 2nd time around binding (ExpressLRS#1470)

If the first time you press [BIND] fails then binding will never work because the MspSender gets stuck in the RESYNC_THEN_SEND state which can never resolve because the link is down. Resetting the MspSender state whenever bind mode is entered is a quick fix for this.

Update tx_main.cpp

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Backpack to betafpv 1W, and device_name (ExpressLRS#1364)

* Add Backpack to betafpv 1W, and device_name

* Both devices have the backpack

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ExpressLRS#1300 from asciich/patch-1

Fixed FAQ link in main readme

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing wifi targets for some DIY modules (ExpressLRS#1210)

* Add missing wifi targets for some DIY modules

* Add missing F27 wifi target

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ExpressLRS#1152 from ExpressLRS/fix-lua-device-name

Fix LUA device name

2.0.0-RC4

Toggle 2.0.0-RC4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add guard around DEVICE_NAME for common headers (ExpressLRS#1147)

* Add guard around DEVICE_NAME for common headers

Add missing options to mDNS options string

* Add guard for BetaFPV RX/TX DEVICE_NAME

* Move DEVICE_NAME to a seperate mDNS entry.

Everywhere in the code can use the same string now.

* Add guard around DEVICE_NAME on all targets

Co-authored-by: Bryan Mayland <[email protected]>