mcer12 / Hugo-ESP8266

Hugo is a 4-button ESP8266 Wi-Fi Remote, Arduino compatible and simple to use.
MIT License
111 stars 11 forks source link

RFE : Make "HugoConfig" AP name editable, unique by appending last 4 characters of MAC address #12

Closed MagicFab closed 5 years ago

MagicFab commented 5 years ago

I have several Hugo remotes and they all advertise SSID "HugoConfig" when in AP mode. It would be very useful to see them as "HugoConfig-XXXX" for example to distinguish them. Furthermore it would be nice to be able to rename their SSID to whatever we want, once initially configured.

mcer12 commented 5 years ago

I think the previous issue will resolve this one as well. I will change the config portal SSID to something like HugoXXXXXX (last 6 MAC address characters). I will not add an option to change the SSID as I want to keep the options portal as simple as possible, hope you understand. That being said, you can edit the sketch and change the name to your liking :)

MagicFab commented 5 years ago

No, the previous issue is different (see my comment there). I noticed right now the SSID is ESP_XXXXXX, I am not sure why this wasn't coming up for me. Yes, having it as HUGO_XXXXXX would still be more intuitive and coherent. The interface can be kept simple if the editable field shows the current SSID while making it editable, that way it would provide useful information while making it editable.

mcer12 commented 5 years ago

Check out latest fw, it should address your request with the exception of SSID name editability. SSID name will not be editable by default but you can edit it directly in the sketch if you want to.