thelastoutpostworkshop / gpio_viewer

GPIOViewer Arduino Library to see live GPIO Pins on ESP32 boards

Home Page:https://youtu.be/JJzRXcQrl3I

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Wifi icon on the Web UI stops flashing when no GPIO state changes are sent

toetoast opened this issue · comments

I've noticed for a while now on version 1.5 that the Web UI Wifi icon stops flashing when no GPIO state changes happen.
This could be misleading for the user, since he/she may think the ESP32 has crashed and not sending any GPIO status data.

I'm thinking that the Wifi icon should flash, even if there are no GPIO state changes - what do you think?

Cheers
Tony

Yes it should change, I will have a check at the code, it is supposed to re-send the states where no changes are detected after 1 second

I have fixed it in the new web app release (v2.0.8).

That appears to of fixed it now. Thanks for that.
Tony

Thanks for reporting it