mirror of
https://github.com/wled/WLED.git
synced 2025-11-12 20:40:52 +00:00
Auto create segments setting (#2183)
This commit is contained in:
committed by
GitHub
parent
6a01658355
commit
c24ab1b21d
@@ -322,6 +322,7 @@ void getSettingsJS(byte subPage, char* dest)
|
||||
oappend(";");
|
||||
|
||||
sappend('v',SET_F("LC"),ledCount);
|
||||
sappend('c',SET_F("MS"),autoSegments);
|
||||
|
||||
for (uint8_t s=0; s < busses.getNumBusses(); s++) {
|
||||
Bus* bus = busses.getBus(s);
|
||||
|
||||
Reference in New Issue
Block a user