Update src.ino
This commit is contained in:
parent
6409157180
commit
057901b5bb
|
|
@ -21,7 +21,7 @@ void setup() {
|
||||||
homeSpan.setPortNum(1201);
|
homeSpan.setPortNum(1201);
|
||||||
// homeSpan.setMaxConnections(6);
|
// homeSpan.setMaxConnections(6);
|
||||||
// homeSpan.setQRID("One1");
|
// homeSpan.setQRID("One1");
|
||||||
// homeSpan.enableOTA(false,false);
|
homeSpan.enableOTA();
|
||||||
homeSpan.setSketchVersion("OTA Test 8");
|
homeSpan.setSketchVersion("OTA Test 8");
|
||||||
homeSpan.setWifiCallback(wifiEstablished);
|
homeSpan.setWifiCallback(wifiEstablished);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue