Skip to content

Releases: StonedDawg/ExpressLRS

multimode (added analog7 Mode) (v0.1.3RC2)

Choose a tag to compare

@StonedDawg StonedDawg released this 04 Mar 09:15

added multimode, 7analog mode

RX mode should be decided during flashing for safety purposes but TX will be able to talk to any RX by changing the "mode" from lua Script to match the RX.

TX default switch mode is as what was selected in user_defines.txt.

in 7 analog mode, CH4 (AUX1) is still arming switch but CH5(AUX2), CH6(AUX3), CH7(AUX4) is analog and 8 bits only and not CRC checked, as analog7 mode main purpose was to add 3 extra analog channel for headtracker.

diversity + multimode (v0.1.3RC2)

Choose a tag to compare

@StonedDawg StonedDawg released this 04 Mar 09:20
v0.1.3RC2MD

minor fix

diversity (v0.1.3RC2)

Choose a tag to compare

@StonedDawg StonedDawg released this 04 Mar 09:17
5ab42b8
Merge pull request #9 from AlessandroAU/master

pull master d231a1d

clean 0.1.3RC2

Choose a tag to compare

@StonedDawg StonedDawg released this 13 Feb 02:02
b6b4d1e
Merge pull request #7 from AlessandroAU/master

merge 1.3

Release candidate 1 V0.1.0 with diversity

Choose a tag to compare

@StonedDawg StonedDawg released this 13 Feb 02:01
v0.1.0D

ready

pre release

pre release Pre-release
Pre-release

Choose a tag to compare

@StonedDawg StonedDawg released this 13 Feb 01:46
149b8aa
UART upload enhancements. (#261)

* UART upload enhancements.

New serial read helper intruduced to help timeout handling.
PySerial class does not handle timeouts correctly in all
cases. This also makes delimiter definitions much easier which
helps to detect different situations.

Co-Authored-By: Rejd <Rejdukien@users.noreply.github.com>

* UART upload cleanup and ReadLine renamed to SerialHelper

* UART upload script fix

* Passthrough init optimization

Co-authored-by: Rejd <Rejdukien@users.noreply.github.com>