Wifi_station_set_hostname() with ESP8266

Hi, I was wondering if you’re planning to integrate something like

wifi_station_set_hostname(DEVICE_ID);

in your connection routine - maybe adding the module ID or something. Of course we could still add that in our code, but why should the boards even show up with their original “ESP_”+deviceID, if we already chose to give them a unique device ID for the thinger-service.

I did not though about that!, it can be easily integrated in the library. Let me check that!