Set LIGHTS_PER_PANEL to 25.

At 16 the lights data was overflowing, which is probably what was causing the
smxconfig crashes.
This commit is contained in:
Glenn Maynard 2018-12-27 18:26:02 -06:00
parent 6b58194235
commit aba274603c

View File

@ -51,7 +51,7 @@ namespace {
Mutex g_Lock; Mutex g_Lock;
} }
#define LIGHTS_PER_PANEL 16 #define LIGHTS_PER_PANEL 25
// XXX: go to sleep if there are no pads connected // XXX: go to sleep if there are no pads connected