peripheral can connect mid stream and start go into streaming immidiately

This commit is contained in:
2026-09-23 13:40:31 +01:00
parent 76d758e264
commit a519cf473e
6 changed files with 53 additions and 25 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ func (mc *DeviceController) AddDeviceAPIListItems() {
mc.StreamCtrl.StreamView.Flex,
)
mc.StreamCtrl.SetInternalState()
// mc.StreamCtrl.SetInternalState()
mc.App.SetFocus(mc.StreamCtrl.StreamView.Options.Form)
})