Change hostname

This commit is contained in:
GHOSCHT 2022-04-11 21:52:26 +02:00
parent e8d16b35e2
commit 545818b4de

View file

@ -43,7 +43,7 @@ void registerTasks()
void connectWifi(int timeout)
{
int secondsPassed = 0;
WiFi.setHostname("Heliox Control");
WiFi.setHostname("Heliox");
WiFi.begin(WIFI_SSID, WIFI_PW);
Serial.print("Connecting to WiFi");
while (WiFi.status() != WL_CONNECTED)