소스 검색

Added detected velocity and sleep timing when setting false gps coordinate

tags/v1.2.0
Bertrand Lemasle 7 년 전
부모
커밋
27c290dd5b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      GpsTracker/Debug.cpp

+ 2
- 0
GpsTracker/Debug.cpp 파일 보기

@@ -173,6 +173,8 @@ namespace debug {
strlcpy_P(gps::lastPosition, FAKE_GPS_ENTRY, GPS_POSITION_SIZE);

NOTICE_FORMAT("setFakeGpsPosition", "Last position set to : %s", gps::lastPosition);
NOTICE_FORMAT("setFakeGpsPosition", "Speed : %d", gps::getVelocity());
NOTICE_FORMAT("setFakeGpsPosition", "Sleep time : %d", core::computeSleepTime(gps::getVelocity()));
}

void getAndDisplayBattery() {


불러오는 중...
취소
저장