mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 12:55:12 +03:00
No more REV9E and REVPLUS
This commit is contained in:
parent
0f740358f2
commit
51223a5864
60 changed files with 248 additions and 249 deletions
|
@ -502,7 +502,7 @@ int cliDisplay(const char ** argv)
|
|||
name[len] = '\0';
|
||||
serialPrint("[%s] = %s", name, switchState(EnumKeys(i)) ? "on" : "off");
|
||||
}
|
||||
#if defined(ROTARY_ENCODER_NAVIGATION) || defined(REV9E) || defined(PCBHORUS) || defined(PCBFLAMENCO)
|
||||
#if defined(ROTARY_ENCODER_NAVIGATION) || defined(PCBX9E) || defined(PCBHORUS) || defined(PCBFLAMENCO)
|
||||
serialPrint("[Enc.] = %d", rotencValue / 2);
|
||||
#endif
|
||||
for (int i=TRM_BASE; i<=TRM_LAST; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue