-
-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ACCESS): configure AUX serial port as "External module" #2562
Conversation
508c95c
to
45010b1
Compare
This allows configuring the external access mod on runtime rather than by compilation option.
45010b1
to
6234498
Compare
This allows configuring the external access mod on runtime rather than by compilation option.
6234498
to
f7d25b4
Compare
This allows configuring the external access mod on runtime rather than by compilation option.
f7d25b4
to
23b7b5a
Compare
DA translation #define TR_AUX_SERIAL_MODES "FRA","Telem spejl","Telemetri ind","SBUS træner","LUA","CLI","GPS","Debug","SpaceMouse","Eksternt modul" |
CZ translation: #define TR_AUX_SERIAL_MODES "VYP","Telemetrie zrcadlení","Telemetrie vstup","SBUS Trenér","LUA","CLI","GPS","Debug","SpaceMouse","Externí modul" |
@HThuren @Eldenroot please note that you guys can make PRs against this PR's branch ;-) |
Well, havn't tried (yet :-) ), have to figure out how to |
All Warp Levels Working on X12S Enterprise. |
This allows configuring the external access mod on runtime rather than by compilation option.
23b7b5a
to
fed8c7c
Compare
This allows configuring the external access mod on runtime rather than by compilation option.
fed8c7c
to
36acece
Compare
Confirmed working on TX16S MK2 (ELRS) with externalaccess mod. R9M+2019 module running FCC firmware, and was able to register, bind, and configure options on both module and R9 SX receiver. If connecting directly to AUX1, inverters needed. |
…2562) * Enable RX DMA on external module USART * feat(ACCESS): configure AUX serial port as "External module" (EdgeTX#2562) This allows configuring the external access mod on runtime rather than by compilation option. * fix: fetch external module driver
I'll apologise for my limited understanding of the firmware, I would like to understand this portion of the logic:
Why AUX1 cannot be set to module if Thanks in advance. |
Description
This allows configuring the external access mod on runtime rather than by compilation option.
First, configure the hardware port (only available on
AUX1
asAUX2
has no TX DMA)Then the module can be chosen:
TODO: