Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a14cc31
Working connection with 3 modules (RX still can send)
eldux Mar 7, 2025
cbb7dd3
Making code more readable
eldux Mar 10, 2025
01d63a0
Version, that does not send or store any RX or TX config
eldux Mar 10, 2025
b47d300
Furher remove TX need to get RX SETUP DATA on launch
eldux Mar 10, 2025
04bf829
Remove TX link task to get RX setup data on bootup
eldux Mar 10, 2025
e05a1b4
MAVLINK enabled, RC channels override message sending removed
eldux Mar 12, 2025
1b37204
Remove ability to send any RX UART messages to link and turn off timeout
eldux Mar 20, 2025
08c54c3
Update to STM32CubeIDE 1.18.1
eldux Jun 12, 2025
f0bb4c2
remove fastmavlink message encoding/decoding
NikolozMiruashvili Jul 24, 2025
5d8fc77
for testing purposes send 64-byte messages every 200 ms and take an o…
NikolozMiruashvili Nov 4, 2025
fe415d8
Reduce frame sizes and increased stress testing code
eldux Dec 4, 2025
bafba7e
Remove ability to send config over LORA, remove bind, force default c…
eldux Dec 19, 2025
13a001b
Remove binding fully, add broadcast, sys_id, show_group functionalities
eldux Feb 4, 2026
7a10979
Change a setting for sys_id broadcast and turn back default to broadc…
eldux Feb 5, 2026
ff24091
Fix it back to sending UART messages over LORA
eldux Feb 9, 2026
b4dfc3e
Merge branch 'main' into feature/unidirectional-broadcast
eldux Feb 18, 2026
910ec88
Submit module updates too
eldux Feb 18, 2026
c891821
Heavy updating, including ESP, screen and 5way joystick support, upda…
eldux Feb 19, 2026
a23b183
Fix compilation issue with bandaid
eldux Feb 19, 2026
abd74cf
testing script
eldux Feb 26, 2026
0d9adda
fix(LoRa, mLRS_TX): fix the hopping mismatch and drain bytes using by…
yakymem1 May 8, 2026
6eb1475
Merge pull request #1 from DRONETEAM-LT/fix/lora-drop-rate
NikolozMiruashvili May 13, 2026
de9f868
feat(UART): Add handshake magic word FSM when receiving bytes from UART
yakymem1 Jun 10, 2026
6b77623
make the 1-st byte non-repeating in the magic number
yakymem1 Jun 10, 2026
4899e8b
Merge pull request #2 from DRONETEAM-LT/LAS-103-add-individual-LoRa-t…
NikolozMiruashvili Jun 10, 2026
8f1acae
Adding define option to permanently enable fan
eldux Aug 4, 2026
16a7e0c
Added ability to set fan to auto or on in settings, enabled setting r…
eldux Aug 4, 2026
a5bcf0c
It adds Default config option with warning dialog, and solves some ol…
eldux Aug 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
365 changes: 0 additions & 365 deletions mLRS/Common/bind.h

This file was deleted.

Loading