-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add support for multiple powered winders on one network #8
Comments
Also requesting this feature... Have 3 powered winders and all named winderoo.local. Would prefer option to configure DNS name during wifi setup. FWIW I tried a search/replace in the source code from winderoo.local -> winderoo2.local and built/deployed it but it didnt appear to do anything when I pushed it to the ESP32 |
You could try changing the name here on your N+1 winderoos, until I implement this. This line sets the domain name,
|
Thanks, that worked! |
I've just finished adding in support for OLED screens (bit of a distraction), so I hope i'll be able to focus on this networking task soon. |
Tracking branch #50 |
There's a possibility more than one powered unit will be on the network. Therefore, each winder should search the network to discover if there are other active winders already on the network & available at http://winderoo.local.
If there are, it should try to find an 'available 'domain' on the network.
The code could be something like:
The text was updated successfully, but these errors were encountered: