This commit is contained in:
zhongchao
2021-05-28 13:02:30 +08:00
parent bd54fc7d28
commit dc64ab5a11
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ public class SnapshotLocationController {
//测试面板状态同步
DebugConfig.setStatus(DebugConfig.sLocation, true);
Logger.d(TAG, "同步到rtk数据");
// Logger.d(TAG, "同步到rtk数据");
double lon = data.optDouble("lon", -1);
double lat = data.optDouble("lat", -1);
double alt = data.optDouble("alt", -1);