Tags: DockingModule/ExpressLRS
Tags
Merge pull request ExpressLRS#1152 from ExpressLRS/fix-lua-device-name Fix LUA device name
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]>
Wrong firmware version displayed on web update (ExpressLRS#1097) * Update index.html * version number * 1.2.1
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]>
update version number to v1.1.0 Co-Authored-By: Jye <[email protected]>
HGLRC Targets (ExpressLRS#734) Co-authored-by: Jye <[email protected]>
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]>
PreviousNext