go back to original LED number settings
This commit is contained in:
parent
ccc0474164
commit
b375e3a9c8
1 changed files with 3 additions and 3 deletions
|
@ -97,9 +97,9 @@
|
|||
#define INVALID_SNC_CARD_DEVICE -1
|
||||
|
||||
// defines for LED input level meter
|
||||
#define NUM_STEPS_INP_LEV_METER 12
|
||||
#define YELLOW_BOUND_INP_LEV_METER 9
|
||||
#define RED_BOUND_INP_LEV_METER 11
|
||||
#define NUM_STEPS_INP_LEV_METER 10
|
||||
#define YELLOW_BOUND_INP_LEV_METER 7
|
||||
#define RED_BOUND_INP_LEV_METER 9
|
||||
|
||||
|
||||
// maximum number of internet connections (channels)
|
||||
|
|
Loading…
Reference in a new issue