Chat freely about anything...

User avatar
By Cicero
#49206 This works great! Same station hostname as my softAP SSID now, nice and consistent. Cheers guys
User avatar
By Robert Holt
#50821 I also get an error with this code. I am Using Arduino IDE 1.6.9, when i compile I get:


Garage_Door_opener:37: error: 'wifi_station_set_hostname' was not declared in this scope

wifi_station_set_hostname(HostName);

I am able to see the current hostname using:

Serial.print("Host Name: ");
Serial.println(WiFi.hostname());