Skip to content

Tags: EmSnail/ExpressLRS

Tags

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

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

1.0.0-RC9

Toggle 1.0.0-RC9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added targets for Happy Model ES900RX and ES900TX (ExpressLRS#712)

1.0.0-RC8

Toggle 1.0.0-RC8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set STM32 interrupts to equal priority. Reverts ExpressLRS#658 (Expre…

…ssLRS#664)

1.0.0-RC7

Toggle 1.0.0-RC7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix condition for r9 upload (ExpressLRS#631)