|
@ -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(); |
|
|
*/ |
|
|
*/ |
|
|
} |
|
|
} |
|
|