mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
[Taranis] Support for the 6POS Pots
This commit is contained in:
parent
64419ffd3f
commit
1c8b865d89
17 changed files with 101 additions and 48 deletions
|
@ -1097,7 +1097,7 @@ void putsTmrMode(xcoord_t x, uint8_t y, int8_t mode, LcdFlags att)
|
|||
return;
|
||||
}
|
||||
|
||||
if (mode >= TMR_VAROFS+MAX_PSWITCH+NUM_CSW) {
|
||||
if (mode >= TMR_VAROFS+NUM_PSWITCH+NUM_CSW) {
|
||||
mode++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue