1
0
Fork 0
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:
Bertrand Songis 2019-07-19 13:22:09 +02:00
parent 4c8c979e12
commit ac2ce487fa
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
7 changed files with 97 additions and 54 deletions

View file

@ -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 {