Fixed E1.31 multicast
This commit is contained in:
parent
a122c17340
commit
a5d6dc58d3
@ -45,7 +45,7 @@
|
||||
|
||||
|
||||
//version code in format yymmddb (b = daily build)
|
||||
#define VERSION 1810081
|
||||
#define VERSION 1810111
|
||||
char versionString[] = "0.8.0";
|
||||
|
||||
|
||||
|
@ -155,6 +155,7 @@ void handleSettingsSet(byte subPage)
|
||||
notifyTwice = server.hasArg("S2");
|
||||
|
||||
receiveDirect = server.hasArg("RD");
|
||||
e131Multicast = server.hasArg("EM");
|
||||
t = server.arg("EU").toInt();
|
||||
if (t > 0 && t <= 63999) e131Universe = t;
|
||||
t = server.arg("ET").toInt();
|
||||
|
Loading…
Reference in New Issue
Block a user