Auto create segments setting (#2183)

This commit is contained in:
Christian Schwinne
2021-09-11 01:17:42 +02:00
committed by GitHub
parent 6a01658355
commit c24ab1b21d
11 changed files with 71 additions and 30 deletions

View File

@@ -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);