src/main/kotlin/com/flightfeather/obd/socket/eunm/ObdDataType.kt
@@ -7,7 +7,7 @@
 *
 * 实时信息[RealTimeData]和补发信息[ReplacementData] 中的数据类型
 * 类型编码                     说明
 * 0x01                           OBD 信息    @see [com.flightfeather.obd.socket.bean.ObdData]
 * 0x01                           OBD 信息    @see [com.flightfeather.obd.socket.bean.ObdInfo]
 * 0x02                          数据流信息  @see[com.flightfeather.obd.socket.bean.EngineDataStream]
 * 0x03-0x7F                预留
 * 0x80                          补充数据流   @see[com.flightfeather.obd.socket.bean.SupplementDataStream]