Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
7c7b7de
Add files via upload
MRC3742 Feb 11, 2026
8482649
Add files via upload
MRC3742 Feb 12, 2026
5e56498
Add files via upload
MRC3742 Feb 12, 2026
d66c86a
Add files via upload
MRC3742 Feb 12, 2026
bc865fc
Add files via upload
MRC3742 Feb 12, 2026
989dcc2
Initial plan
Copilot Feb 12, 2026
bacd2ad
Add SLT6_Tx subprotocol for Blade Revolution 90 FP helicopter
Copilot Feb 12, 2026
785de25
Address code review: fix doc ordering, add comments for magic numbers
Copilot Feb 12, 2026
ed5cef0
Final: all checks complete
Copilot Feb 12, 2026
98ee07f
Remove codeql artifact and add to gitignore
Copilot Feb 12, 2026
b416608
Fix SLT6_Tx protocol based on 11a/11b capture analysis
Copilot Feb 13, 2026
0771a1c
Address code review: add named constants for address XOR values
Copilot Feb 13, 2026
a375346
Refactor SLT6 Tx packet channel value assignment
MRC3742 Feb 13, 2026
2c20512
Reduce SLT6_Tx choppiness: merge BUILD+DATA1 phases, add wait_radio, …
Copilot Feb 13, 2026
5314621
Fix SLT6 flight mode: discrete 3-position snap at ±60% thresholds
Copilot Feb 13, 2026
5324f60
Fix SLT6 intermittent AETR stops: pre-configure radio for PLL settling
Copilot Feb 13, 2026
7d8ee77
Fix SLT6 hopping: start at hop[1] not hop[0]
Copilot Feb 13, 2026
b213ead
SLT6: Add NRF24L01 register refresh in configure_radio to match origi…
Copilot Feb 13, 2026
dedfff9
SLT6: Limit AETR 10-bit range to 182-842 matching original TX captures
Copilot Feb 13, 2026
fc8e7b5
SLT6: Add force TX ID option from captured SLT6 transmitter
Copilot Feb 14, 2026
a2ed88f
Revert SLT6 force TX ID (was commented-out dead code, removing for cl…
Copilot Feb 14, 2026
db84e5f
Add files via upload
MRC3742 Feb 14, 2026
b2bf6ae
SLT6: Use V1 transport with SLT6 data encoding to fix AETR stops
Copilot Feb 14, 2026
a346821
Fix CC2500/NRF chip selection for 250K protocols, improve SLT6 switch…
Copilot Feb 14, 2026
b266067
Revert XN297_EMU.ino chip selection change that broke ALL SLT binding
Copilot Feb 14, 2026
02de2fa
Re-implement SLT6 triple-address protocol from capture 12b analysis
Copilot Feb 14, 2026
a0efbe2
SLT6: Use NRF24L01 directly instead of NRF250K/CC2500 emulation
Copilot Feb 15, 2026
7a9f9c7
Fix NRF250K runtime chip selection and clean up SLT6 direct NRF code
Copilot Feb 15, 2026
3a33fc6
Fix build error: add extern declaration for xn297_rf in NRF250K_EMU.ino
Copilot Feb 15, 2026
6efd525
Revert global 250K chip selection, make SLT force NRF24L01 via force_nrf
Copilot Feb 17, 2026
6068434
SLT: option==0 selects NRF24L01, option!=0 selects CC2500 with freq t…
Copilot Feb 21, 2026
f99731a
Fix NRF250K runtime chip selection for dual-chip builds
Copilot Feb 22, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_codeql_detected_source_root
Loading
Loading