mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 09:15:38 +03:00
Too little array for FrSky Bars Thresholds
This commit is contained in:
parent
2cc208f8a1
commit
940bb7b351
1 changed files with 2 additions and 1 deletions
|
@ -79,8 +79,9 @@ enum BarThresholdIdx {
|
|||
THLD_T1,
|
||||
THLD_T2,
|
||||
THLD_SPEED,
|
||||
THLD_CELL,
|
||||
THLD_DIST,
|
||||
THLD_GPSALT,
|
||||
THLD_CELL,
|
||||
THLD_MAX,
|
||||
};
|
||||
uint8_t barsThresholds[THLD_MAX];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue