RTU
aijinhui
2023-10-19 c2c38da7834d3571d79a36821eba5243335815d3
ard-work/src/main/java/com/ruoyi/device/uav/service/UavService.java
@@ -103,13 +103,9 @@
            }
        } catch (ForestRuntimeException e) {
            log.error("无人机连接超时" + e.getMessage());
            e.printStackTrace();
        } catch (JsonMappingException e) {
            e.printStackTrace();
        } catch (JsonProcessingException e) {
            e.printStackTrace();
        } catch (IOException e) {
            e.printStackTrace();
        }
    }