Fixed E1.31 multicast

This commit is contained in:
cschwinne 2018-10-11 21:38:00 +02:00
parent a122c17340
commit a5d6dc58d3
2 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,7 @@
//version code in format yymmddb (b = daily build) //version code in format yymmddb (b = daily build)
#define VERSION 1810081 #define VERSION 1810111
char versionString[] = "0.8.0"; char versionString[] = "0.8.0";

View File

@ -155,6 +155,7 @@ void handleSettingsSet(byte subPage)
notifyTwice = server.hasArg("S2"); notifyTwice = server.hasArg("S2");
receiveDirect = server.hasArg("RD"); receiveDirect = server.hasArg("RD");
e131Multicast = server.hasArg("EM");
t = server.arg("EU").toInt(); t = server.arg("EU").toInt();
if (t > 0 && t <= 63999) e131Universe = t; if (t > 0 && t <= 63999) e131Universe = t;
t = server.arg("ET").toInt(); t = server.arg("ET").toInt();