-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
configure wifi with a new router after use #1835
Comments
Hello, |
The easiest way to do this would be to make sure you set up Configure Access Point and set AP Opens: Always. |
@WoodyLetsCode
Then WHY when we open a New Issue and select Ask Question are we presented with.......
I refer to the last bit.... Which implies it's OK to carry on and use this forum. |
I've got a "factory reset" usermod in my repo which checks to see if pin 4 is held high for 5+ seconds at boot, and if so it wipes all the settings. It uses a resistor and capacitor with the reset button on my boards so you can just hold the reset button down for 5 seconds to factory reset, but it should work with a second button if you wire it up to pull pin 4 high when it's pressed. (I haven't submitted a PR for it, as it wasn't clear it'd be useful for others given it needs new circuitry, but I can if it's useful - it'd make pulling updates easier for me 😁 ) |
@Legsmaniac I just read #658 and that is what @Aircoookie said. |
Thank’s @amcewen and @Legsmaniac I will try both solutions🙏🏼 |
Thank you. I would far prefer it to continue to stick to this forum and ask questions as I'm not a fan of Discord and hate having to join several forums all the time. I know I'm not alone with this view. There are plenty of members who can help answer questions, I'm sure, so there's little need for any questions to disturb Aircookie's time.
Interesting alternative. But isn't that effectively the same as the method I posted? I mean, when you reset, you have to access 4.3.2.1 to set it up which is basically what I posted. Your method will also reset all options - number of LEDs, Presets, everything whereas with my method, all settings remain intact. 😉 |
Indeed, mine does clear all the settings. Figured it might work as a starting point to write a custom usermod. I wasn't sure if yours required you to remember to change the settings each time before you visited a new network, but re-reading it looks more like a setting to have WLED create an AP whenever it can't find the one it's configured for? That would make most sense for solving this. |
Another option would be connecting a button to GPIO 0 and pressing that for 8 seconds, which will open the access point with default credentials. About questions on Issue tracker: While I prefer the other channels, questions on here are certainly still welcome. Of course the amount of open issues is extreme currently, we need more stringent labeling to be able to sift through. |
Thx @Aircoookie so I have to connect a button to GPIO 0 (pin D3 on Wemos) and ground? And pressing for 8 seconds? |
Hey! This issue has been open for quite some time without any new comments now. It will be closed automatically in a week if no further activity occurs. |
Hi everyone, I'll explain my problem, I'm working on using the Wled for small shows, I made some LED tubes, but every time I go to a different place I would have to reconfigure the wifi with a new router, is there a way to reset the configuration and enter the new parameters without having to flash the board every time? I am using a wemos d1 mini pro, is there a way to create a reset button? thank you for your support
The text was updated successfully, but these errors were encountered: