Skip to content
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

Where do I set the WiFi SSID and password, please ? #1

Open
ian-m42 opened this issue Jan 6, 2022 · 3 comments
Open

Where do I set the WiFi SSID and password, please ? #1

ian-m42 opened this issue Jan 6, 2022 · 3 comments

Comments

@ian-m42
Copy link

ian-m42 commented Jan 6, 2022

I have successfully compiled your code and got the clock displaying the lovely coloured digits. Thanks.

Buy where (& how) do I set the WiFi SSID and password so the clock can connect to my WiFi for NTP and HTTP configuration.

Sorry for being "a bit thick", but use of VSCODE is new to me.

@andrei-tatar
Copy link
Owner

andrei-tatar commented Jan 7, 2022

@ian-m42 I didn't finish the web interface so for now you'll have to change the code to actually pass your wifi ssid/pass.
You can change the line below:

WiFi.begin();

to:

Wifi.begin("My Wi-Fi Name", "Password");

also the TimeZone and the NTP settings don't have an UI yet for editing.

@ian-m42
Copy link
Author

ian-m42 commented Jan 7, 2022

@andrei-tatar thank you, that has answered the WiFi question.

Might want to put your reply above in the ReadMe file ?

Already spotted the TimeZone being EET and 2 hour offset as the clock came up +2 hours last night to my time zone. My time zone is GMT, UTC or BST (ie London time), which I am sure I can find one that works.

Thanks.

@andrei-tatar
Copy link
Owner

@ian-m42 well, the plan is to be able to update the configuration from the interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants