1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-15 12:25:12 +03:00

3djc/2.4 add 2.3 pr (#8099)

This commit is contained in:
3djc 2020-11-19 16:32:50 +01:00 committed by GitHub
parent 87cd9047b1
commit 24f93a7cbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
94 changed files with 22779 additions and 205 deletions

View file

@ -44,6 +44,8 @@
const int8_t adcDirection[NUM_ANALOGS] = {1,-1,1,-1, 1,1,-1, 1,1, 1, 1};
#elif defined(PCBX9D)
const int8_t adcDirection[NUM_ANALOGS] = {1,-1,1,-1, 1,1,0, 1,1, 1, 1};
#elif defined(RADIO_TX12)
const int8_t adcDirection[NUM_ANALOGS] = {-1,1,-1,1, -1,-1, 1, 1};
#elif defined(PCBX7)
const int8_t adcDirection[NUM_ANALOGS] = {-1,1,-1,1, 1,1, 1, 1};
#elif defined(PCBX9LITE)