thebigpotatoe / Super-Simple-RGB-WiFi-Lamp

A project based on the ESP8266 and WS2812b
MIT License
66 stars 28 forks source link

Add web socket reconnect timer #18

Closed LarsMichelsen closed 4 years ago

LarsMichelsen commented 4 years ago

When the frontent looses the connection to the lamp, it tries to establish a new connection every 5 seconds.

During the reconnect it shows an informational message to the user.

thebigpotatoe commented 4 years ago

This has been on my TODO list for quite a while now. Its really been bugging me, so thank you for implementing it.