Skip to content

Tags: DockingModule/ExpressLRS

Tags

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]>

2.0.0-RC3

Toggle 2.0.0-RC3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Stop DEBUG_CRSF_NO_OUTPUT sending MSP (ExpressLRS#1119)

2.0.0-RC2

Toggle 2.0.0-RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent going to 1:2 ratio when disconnected and entering Lua (Expres…

…sLRS#1092)

* Only send as much MSP data as we have

* Fix tests on windows platform?

* Block device pings when not connected

* Only add htobe32/htobe16 on non-linux

* LINUX linux

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Wrong firmware version displayed on web update (ExpressLRS#1097)

* Update index.html

* version number

* 1.2.1

2.0.0-RC1

Toggle 2.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.
Reduce Lua memory again, use nil instead of 0/false, free unused funcs (

ExpressLRS#1056)

* Use nil instead of 0/false, free unused funcs

* Always return 0 from run function

* Fix missing device folder

* Make sure field isn't nil before working with it

* Do not request a field if fields_count is 0

* Fixup mockup

* Add back double-checks that if it reads bad data we don't crash

* fix compatibility

* fix err

* fix err

* fix title and revert some old var

* not the attr,its the concenating of goodbadpkt

* Workaround FreedomTX tonumber weirdness

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

1.2.0

Toggle 1.2.0's commit message
update version number to v1.2.0

1.1.0

Toggle 1.1.0's commit message
update version number to v1.1.0

Co-Authored-By: Jye <[email protected]>

1.0.1

Toggle 1.0.1's commit message
HGLRC Targets (ExpressLRS#734)

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

1.0.0

Toggle 1.0.0's commit message
add betafpv900 and betafpv2400 hardware support (ExpressLRS#646)

* add target betafpv900 and betafpv2400

* add betafpv900 betafpv2400 pin define

* add betafpv sx127x reg_pa_config define

* add button ShortPressISR and LongPressISR

* add betafpv2400 betafpv900 SetPower define

* add betafpv button changePower

* add betafpv powerLed

* update buttonShortPressISR and buttonLongPressISR

* fix setpower

* tune 900Mhz power output

* Whitespace cleanup and remove unused GPIO defines

* Make power LED implementation generic, compact case options

* Add passthrough targets and tweak power

* Add button triple press callback function

* Modify bind from shortpress to triplepress

* Tune power output

* Add MCU define

* Add the space

* Update swich case statement

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