Change hostname
This commit is contained in:
parent
0c72169217
commit
833cc5bbd9
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ void registerTasks()
|
||||||
void connectWifi(int timeout)
|
void connectWifi(int timeout)
|
||||||
{
|
{
|
||||||
int secondsPassed = 0;
|
int secondsPassed = 0;
|
||||||
WiFi.setHostname("Heliox Control");
|
WiFi.setHostname("Heliox");
|
||||||
WiFi.begin(WIFI_SSID, WIFI_PW);
|
WiFi.begin(WIFI_SSID, WIFI_PW);
|
||||||
Serial.print("Connecting to WiFi");
|
Serial.print("Connecting to WiFi");
|
||||||
while (WiFi.status() != WL_CONNECTED)
|
while (WiFi.status() != WL_CONNECTED)
|
||||||
|
|
Reference in a new issue