mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
R9M Lite BIND / TX OPTIONS / RX OPTIONS reviewed
This commit is contained in:
parent
4c8c979e12
commit
ac2ce487fa
7 changed files with 97 additions and 54 deletions
|
@ -1129,6 +1129,7 @@ union ReusableBuffer
|
|||
};
|
||||
uint8_t resetReceiverFlags;
|
||||
ModuleInformation moduleInformation;
|
||||
ModuleSettings moduleSettings;
|
||||
} pxx2;
|
||||
#if defined(BLUETOOTH)
|
||||
struct {
|
||||
|
@ -1168,10 +1169,8 @@ union ReusableBuffer
|
|||
struct {
|
||||
ModuleInformation modules[NUM_MODULES];
|
||||
uint32_t updateTime;
|
||||
union {
|
||||
ModuleSettings moduleSettings;
|
||||
ReceiverSettings receiverSettings;
|
||||
};
|
||||
ModuleSettings moduleSettings;
|
||||
ReceiverSettings receiverSettings; // when dealing with receiver settings, we also need module settings
|
||||
} hardwareAndSettings;
|
||||
|
||||
struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue