Jan-Ole Schümann
Jan-Ole Schümann
ok thanks for the update
Hey, any update on this. Feel free to join us on discord: https://discord.gg/feB9FnMY
Hi, yes this comes from the BLE lib. If this causes issues for you (like the lock state not updating), consider to set "Restart if bluetooth beacons not received" to...
That would sure explain the timeout warnings ... if possible move the ESP closer.
Thanks for looking into this. Yes, this would indeed explain it. The automatic restart option doesn't work for you?
It is, and I'm not happy about having to resort to this. There are issues in the Espressif bluetooth stack, my guess is this is only one of them. Especially...
I've added a description. RealTime.razor was just VS formatting things it shoudn't.
I believe in that example it works because after adding the series you call await chart?.UpdateSeriesAsync(true); In this chart it's ok because it's static data. In a realtime line chart,...
You can actually, but it's tricky. Instead of setting the range, every time after appending data to the chart you call c. Then detect via OnZoomed and OnScrolled events if...
Any update on this PR? It it going to get merged?