Gate motor status on dongle and fresh telemetry

This commit is contained in:
2026-06-10 23:47:49 +08:00
parent a3fc108156
commit 7040752c3f
@@ -113,7 +113,7 @@ class ComponentDetailFragment : Fragment() {
ComponentType.LEFT_HANDLE -> LeftHandleOps(requireContext(), viewModel)
ComponentType.RIGHT_HANDLE -> RightHandleOps(requireContext(), viewModel)
ComponentType.BALANCE_BOARD -> BalanceBoardOps(requireContext())
ComponentType.DONGLE -> DongleOps(requireContext())
ComponentType.DONGLE -> DongleOps(requireContext(), viewModel)
ComponentType.MOTOR -> MotorOps(requireContext(), viewModel)
ComponentType.TELEMETRY_SAFETY -> TelemetrySafetyOps(requireContext(), viewModel)
ComponentType.SESSION_LOG -> SessionLogOps(requireContext())