Browse Source

ota

split_files
Hendrik Langer 5 years ago
parent
commit
14df42e8ed
  1. 4
      src/main.cpp

4
src/main.cpp

@ -123,10 +123,10 @@ void setup()
Serial.println("IP address: "); Serial.println("IP address: ");
Serial.println(WiFi.localIP()); Serial.println(WiFi.localIP());
} }
/*
XD0OTA ota("esp32-weatherstation"); XD0OTA ota("esp32-weatherstation");
ota.update(); ota.update();
/*
mqtt.begin(); mqtt.begin();
*/ */
} }

Loading…
Cancel
Save