-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Graph example #7299
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
Graph example #7299
Conversation
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.
Cool example! Very pretty and I can see it being useful to people.
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.
Nice example which would be quite useful !
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.
Two very minor things. Other than that, congratulations, this looks really good.
using esp8266::polledTimeout::periodicMs, reducing complexity)
Hello. As promised during refactoring of FSBrowser in #7182 , I created a new stand-alone Graph application, demonstrating the periodic HTTP call to the ESP to get GPIO, analog and heap values and display them as charts.

The result looks like this:
@devyte: Many many thanks for the help. I'll be glad to get your feedback on the code.