소스 검색

Fixed alerts not starting at first bit

tags/v1.2.0
Bertrand Lemasle 6 년 전
부모
커밋
75b3b1ad40
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      GpsTracker/Alerts.h

+ 4
- 4
GpsTracker/Alerts.h 파일 보기

@@ -2,10 +2,10 @@

#include "Positions.h"

#define ALERT_BATTERY_LEVEL_1 1
#define ALERT_BATTERY_LEVEL_2 2
#define ALERT_RTC_TEMPERATURE_FAILURE 3
#define ALERT_RTC_CLOCK_FAILURE 4
#define ALERT_BATTERY_LEVEL_1 0
#define ALERT_BATTERY_LEVEL_2 1
#define ALERT_RTC_TEMPERATURE_FAILURE 2
#define ALERT_RTC_CLOCK_FAILURE 3

namespace alerts {



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