Add switch support

This commit is contained in:
cschwinne
2021-04-12 00:45:33 +02:00
parent 5786f1d057
commit 48d5584491
11 changed files with 65 additions and 19 deletions

View File

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