-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve WiFi setup #61
Comments
Another issue is that multiple ZeDMDs within the same WiFi network are all running MDNS and return zedmd-wifi.local. Now that we have the new settings menu in place, we could add a device number to it. Then we could derive the SSID and the MDNS name from it. For example allowing values from 0 to 9:
In case of |
But this feature does only make sense if we support multiple devices at once in libzedmd. |
OK, for the use case to configure multiple ZeDMDa in WiFi mode, it should be sufficient to have different SSIDs. |
Thanks to @bartdesign, ZeDMD gets a great new WiFi setup process.
As an improvement, ZeDMD should display the SSID and the password and one sentence of explanation on the display if it switches to server mode.
In case of having multiple ZeDMDs, the SSIDs are conflicting. Isuggest to add a random number between 0 and 99 to the SSID.
If we display the SSID, that isn't a problem.
The text was updated successfully, but these errors were encountered: