瀏覽代碼

mod:blue_tooth

panqiuyao 8 月之前
父節點
當前提交
64d25082b8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      frontend/src/stores/modules/check.ts

+ 2 - 2
frontend/src/stores/modules/check.ts

@@ -11,7 +11,7 @@ export const checkInfo = defineStore('checkInfo', () => {
 
     // 定义设备列表
     const devices = reactive({
-/*        mcu: {
+        mcu: {
             status: 0,
             msg_type: "connect_mcu",
             msg: "未连接",
@@ -20,7 +20,7 @@ export const checkInfo = defineStore('checkInfo', () => {
             status: 0,
             msg_type: "connect_bluetooth",
             msg: "未连接",
-        },*/
+        },
         cam_control: {
             status: 0,
             msg_type: "cam_control",