src/main/kotlin/com/flightfeather/uav/socket/decoder/DataUnitDecoder.kt
@@ -27,11 +27,7 @@ resultList.add(AirTypeData(f)) } } if (!types.containsKey(deviceCode)) { types[deviceCode] = mutableListOf() } types[deviceCode]?.clear() types[deviceCode]?.addAll(resultList) types[deviceCode] = resultList return resultList }