mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
parent
da0da4b9c9
commit
e1e67a9d8c
74 changed files with 893 additions and 120 deletions
|
@ -539,6 +539,8 @@ bool setTrimValue(uint8_t phase, uint8_t idx, int trim);
|
|||
#define ROTARY_ENCODER_GRANULARITY (2 << g_eeGeneral.rotarySteps)
|
||||
#elif defined(RADIO_FAMILY_T16) && !defined(RADIO_T18)
|
||||
#define ROTARY_ENCODER_GRANULARITY (1)
|
||||
#elif defined(RADIO_TX12)
|
||||
#define ROTARY_ENCODER_GRANULARITY (1)
|
||||
#else
|
||||
#define ROTARY_ENCODER_GRANULARITY (2)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue