We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a7de82 + bd4a7e7 commit e7652e3Copy full SHA for e7652e3
wled00/xml.cpp
@@ -335,7 +335,7 @@ void getSettingsJS(byte subPage, Print& settingsScript)
335
int nPins = bus->getPins(pins);
336
for (int i = 0; i < nPins; i++) {
337
lp[1] = '0'+i;
338
- if (PinManager::isPinOk(pins[i]) || bus->isVirtual()) printSetFormValue(settingsScript,lp,pins[i]);
+ if (PinManager::isPinOk(pins[i]) || bus->isVirtual() || Bus::isHub75(bus->getType())) printSetFormValue(settingsScript,lp,pins[i]);
339
}
340
printSetFormValue(settingsScript,lc,bus->getLength());
341
printSetFormValue(settingsScript,lt,bus->getType());
0 commit comments