thelastoutpostworkshop / gpio_viewer

GPIOViewer Arduino Library to see live GPIO Pins on ESP32 boards
https://youtu.be/JJzRXcQrl3I
MIT License
1.07k stars 110 forks source link

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

Closed toetoast closed 9 months ago

toetoast commented 9 months ago

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

thelastoutpostworkshop commented 9 months ago

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

thelastoutpostworkshop commented 9 months ago

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

toetoast commented 9 months ago

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

thelastoutpostworkshop commented 9 months ago

Thanks for reporting it