mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
X10 fixes (#5221)
1. BackLight < 42 was bad 2. SWB D E F direction inverted 3. Wrong battery voltage
This commit is contained in:
parent
9cb4b782e1
commit
509df44c4f
6 changed files with 43 additions and 20 deletions
|
@ -23,7 +23,7 @@
|
|||
#if defined(SIMU)
|
||||
// not needed
|
||||
#elif defined(PCBX10)
|
||||
const int8_t ana_direction[NUM_ANALOGS] = {1,-1,1,-1, -1,1,-1, 1,-1, -1, 1,1};
|
||||
const int8_t ana_direction[NUM_ANALOGS] = {1,-1,1,-1, -1,1,-1, 1,-1, 1, 1,1};
|
||||
#elif defined(PCBX9E)
|
||||
#if defined(HORUS_STICKS)
|
||||
const int8_t ana_direction[NUM_ANALOGS] = {1,-1,1,-1, -1,-1,-1,1, -1,1,1,1, -1};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue