-
Notifications
You must be signed in to change notification settings - Fork 232
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
Fix #70 #84
base: master
Are you sure you want to change the base?
Fix #70 #84
Conversation
I tested this on a Pico W and it works well. Might I also suggest the following changes, to make it more user friendly:
That gives you buttons to turn on/off via navigation to the correct page. |
Thank you! 👍
Surely it's easier to just use |
Add links to the rendered webpage to make it easier to urn the LED on and off
Ah, right, thanks for reminding me!
Yes, simpler to use a href. It's just that buttons look better 😄 although you could use CSS for the hrefs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on a Pico W with Firefox. It works.
Our examples are deliberately kept simple and bare-bones. They're intended to demonstrate the functionality of the underlying code, not HTML styling 😉 |
Untested, but in #70 (comment) @dpgeorge says that this should work 😉