-
Notifications
You must be signed in to change notification settings - Fork 123
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
How do I set WIFI SSID and Password before Firmware is uploaded? #128
Comments
Apparently you managed to get to the setup page. You have to set/change the password for the SSID otherwise it is not saved. You can of course modify the code to hard code an access point. See https://docs.arduino.cc/tutorials/uno-wifi-rev2/uno-wifi-r2-web-server-ap-mode/ |
How do I do that through PlatformIO? What file do I edit? edit, nvm I just had to connect to that WIFI SSID instead |
Hi ant, You can remove all the wifi configuration code and just use: WiFi.begin("ap", "pw") to connect to your accesspoint. |
@rzeldent wrote:
Possibly wiser to use Arduino secrets management. The question is, what needs to be commented-out / replaced? This would get the process started:
... Here's where I see the SSID and password being used:
and later on within
Would that do the trick? If not, which lines do we comment out? Where do we stick |
00:48:31.285 > AP password was not set.
00:48:31.285 > WiFi SSID was not set.
00:48:31.288 > Will stay in AP mode.
If I can configure it myself, I wouldn't have any issues as it should work??
How is the RTSP URL generated?
The text was updated successfully, but these errors were encountered: