15815213711
2024-08-26 3e5e1d3d5aedfde98b7cb8821aa42cf855619c39
frontend/src/views/communication/index.vue
@@ -33,7 +33,7 @@
   * 连接设备
   */
  const setLocalICRF = () => {
    ipc.invoke('controller.icrf.hc_init',{port:com.value,baud:serialBaud.value}).then(res=>{
    ipc.invoke('controller.icrf.connectSerialPort',{port:com.value,baud:serialBaud.value}).then(res=>{
      console.log(res)
    });
  }