Update src.ino

This commit is contained in:
Gregg 2022-03-14 22:14:59 -05:00
parent 6409157180
commit 057901b5bb
1 changed files with 1 additions and 1 deletions

View File

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