mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 11:29:51 +03:00
[X7D] Rotary encoder initialization
This commit is contained in:
parent
d2f688c7d9
commit
71bb6de3dd
5 changed files with 22 additions and 10 deletions
|
@ -902,7 +902,7 @@ PACK(struct TrainerData {
|
|||
char switchNames[NUM_SWITCHES][LEN_SWITCH_NAME]; \
|
||||
char anaNames[NUM_STICKS+NUM_POTS+NUM_SLIDERS][LEN_ANA_NAME];
|
||||
#elif defined(PCBTARANIS)
|
||||
#if defined(PCBX9E)
|
||||
#if defined(PCBX9E) || defined(PCBX7D)
|
||||
#define BLUETOOTH_FIELDS \
|
||||
uint8_t bluetoothEnable; \
|
||||
char bluetoothName[LEN_BLUETOOTH_NAME];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue