Releases: StonedDawg/ExpressLRS
Releases · StonedDawg/ExpressLRS
multimode (added analog7 Mode) (v0.1.3RC2)
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)
v0.1.3RC2MD minor fix
diversity (v0.1.3RC2)
Merge pull request #9 from AlessandroAU/master pull master d231a1d
clean 0.1.3RC2
Merge pull request #7 from AlessandroAU/master merge 1.3
Release candidate 1 V0.1.0 with diversity
v0.1.0D ready
pre release
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>