Graph example by vdeconinck · Pull Request #7299 · esp8266/Arduino

@vdeconinck

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:
image
@devyte: Many many thanks for the help. I'll be glad to get your feedback on the code.

@earlephilhower

Very cool looking. One thing I'm noting on FF latest is that the lower 2 graphs (analogRead/freeHeap) have negative values on the Y axis, and should really go from 0....n

image

earlephilhower

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.

d-a-v

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 !

@earlephilhower

devyte

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)

@vdeconinck

@vdeconinck

devyte