소스 검색

Clear the active alerts first

tags/v1.2.0
Bertrand Lemasle 6 년 전
부모
커밋
5cd3f2e09b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Core.cpp

+ 1
- 1
Core.cpp 파일 보기

@@ -44,8 +44,8 @@ namespace core {
gps::preserveCurrentCoordinates();
}

alerts::add(notifyFailures(metadata));
alerts::clear(metadata);
alerts::add(notifyFailures(metadata));
positions::doBackup(forceBackup);

if (acquired) updateRtcTime();


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