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:
parent
6b58194235
commit
aba274603c
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user