What happened?
index.js
function showErrorToast()
{
gId('connind').style.backgroundColor = "var(--c-r)";
showToast('Connection to light failed!', true);
}
To Reproduce Bug
ESP32 WROVER-B running WLED 0.16.0 alpha frequently shows a “disconnected” message.

I’d like to understand the reason why this message appears.
It shows up when I use the “Liveview” feature - Only occasionally.
Expected Behavior
I’d like to understand the reason why this message appears.
It shows up when I use the “Liveview” feature - Only occasionally.
Install Method
Self-Compiled
What version of WLED?
"name": "wled", "version": "0.16.0-alpha" #define VERSION 2506160
Which microcontroller/board are you seeing the problem on?
Other
Relevant log/trace output
Anything else?
No response
Code of Conduct