Fix NUM_LEDS=10, NUM_BUTTONS=16 for 2 daisy-chained MUX boards. Fix pixel7 stuck blue (was only sending 8 LED data to 10-LED chain)
This commit is contained in:
@@ -25,7 +25,7 @@ class PixelStompMux;
|
||||
|
||||
class DefaultSwitchStub : public SwitchStub {
|
||||
private:
|
||||
static const uint8_t NUM_SWITCHES = 8;
|
||||
static const uint8_t NUM_SWITCHES = 16;
|
||||
SwitchState switch_states[NUM_SWITCHES];
|
||||
bool initialized;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user