데이터 즉시 업데이트 로직 추가

This commit is contained in:
logonkhi
2025-08-13 18:35:11 +09:00
parent 29a08c22e5
commit 026d6554ae
12 changed files with 1670 additions and 2729 deletions

View File

@@ -72,7 +72,6 @@ namespace UVC.Factory.Playback
DataRepository.Instance.MqttReceiver.Stop();
await PlaybackService.Instance.StartAsync(data);
FactoryCameraController.Instance.Enable = true;
UILoading.Hide();
}