mirror of
https://github.com/wled/WLED.git
synced 2025-11-09 11:09:10 +00:00
Add switch support
This commit is contained in:
@@ -349,7 +349,7 @@ void getSettingsJS(byte subPage, char* dest)
|
||||
|
||||
if (subPage == 4)
|
||||
{
|
||||
sappend('c',SET_F("BT"),buttonEnabled);
|
||||
sappend('v',SET_F("BT"),buttonType);
|
||||
sappend('v',SET_F("IR"),irEnabled);
|
||||
sappend('v',SET_F("UP"),udpPort);
|
||||
sappend('v',SET_F("U2"),udpPort2);
|
||||
|
||||
Reference in New Issue
Block a user