mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
[X9D+] S3 not available if disabled in HARDWARE menu
This commit is contained in:
parent
7100eb990e
commit
04651784b5
3 changed files with 17 additions and 26 deletions
|
@ -905,8 +905,8 @@ PACK(struct TrainerData {
|
|||
#endif
|
||||
#define EXTRA_GENERAL_FIELDS \
|
||||
EXTRA_GENERAL_FIELDS_ARM \
|
||||
uint8_t serial2Mode:6; \
|
||||
uint8_t slidersConfig:2; \
|
||||
uint8_t serial2Mode:4; \
|
||||
uint8_t slidersConfig:4; \
|
||||
uint8_t potsConfig; /* two bits per pot */\
|
||||
uint8_t backlightColor; \
|
||||
swarnstate_t switchUnlockStates; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue