update hostname and MQTT broker

This commit is contained in:
2022-05-30 18:15:00 +02:00
parent 2873d56b58
commit 295ee2d87d
9 changed files with 199 additions and 26 deletions

View File

@@ -87,6 +87,7 @@ bool initWifi()
}
// Connect to wifi
WiFi.setHostname(HOST_NAME);
WiFi.begin(WIFI_SSID, WIFI_PASSWORD);
// Wait for connection set amount of intervals