fix: 修改自动匹配的txt文件缺少逗号的问题
This commit is contained in:
@@ -122,6 +122,7 @@ public class LocationRecorder implements Serializable {
|
||||
.append(tencentLocationX)
|
||||
.append(",")
|
||||
.append(bearing)
|
||||
.append(",")
|
||||
.append(Constant.getRssiDesStr(rssi))
|
||||
.append(",")
|
||||
.append(satelliteCount)
|
||||
|
||||
Reference in New Issue
Block a user