1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

40 telemetry sensors instead of 32

This commit is contained in:
Bertrand Songis 2019-04-01 12:02:35 +02:00
parent 9ac97ed5b8
commit 6df76451af
4 changed files with 17 additions and 9 deletions

View file

@ -59,7 +59,7 @@
#define MAX_SCRIPTS 7
#define MAX_INPUTS 32
#define MAX_TRAINER_CHANNELS 16
#define MAX_TELEMETRY_SENSORS 32
#define MAX_TELEMETRY_SENSORS 40
#elif defined(PCBSKY9X)
#define MAX_MODELS 60
#define MAX_OUTPUT_CHANNELS 32 // number of real output channels CH1-CH32
@ -70,7 +70,7 @@
#define MAX_SPECIAL_FUNCTIONS 64 // number of functions assigned to switches
#define MAX_INPUTS 32
#define MAX_TRAINER_CHANNELS 16
#define MAX_TELEMETRY_SENSORS 32
#define MAX_TELEMETRY_SENSORS 40
#else
#warning "Unknown board!"
#endif