|
@@ -183,6 +183,11 @@ export const checkInfo = defineStore('checkInfo', () => {
|
|
|
devices.blue_tooth.status = -1;
|
|
devices.blue_tooth.status = -1;
|
|
|
devices.blue_tooth.msg = '遥控器未连接。';
|
|
devices.blue_tooth.msg = '遥控器未连接。';
|
|
|
}
|
|
}
|
|
|
|
|
+ if( devices.mcu.status !== 2 || mcu.status !== 2 ){
|
|
|
|
|
+ devices.mcu.status = -1;
|
|
|
|
|
+ mcu.status = -1;
|
|
|
|
|
+ devices.blue_tooth.msg = '拍照机链接失败';
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
},1000)
|
|
},1000)
|
|
|
await checkAction();
|
|
await checkAction();
|