이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
GPS
/
gpstracker-firmware
의 미러
https://github.com/blemasle/gpstracker-firmware.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
8
위키
활동
소스 검색
Added reserved space is the case where network backup is disabled
tags/v1.2.0
Bertrand Lemasle
6 년 전
부모
25bad44a0a
커밋
0bc78bea88
2개의 변경된 파일
과
4개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
GpsTracker/Config.cpp
+2
-0
GpsTracker/Config.h
+ 2
- 0
GpsTracker/Config.cpp
파일 보기
@@ -73,6 +73,8 @@ namespace config {
POSITIONS_CONFIG_NET_DEFAULT_APN,
POSITIONS_CONFIG_NET_DEFAULT_URL,
},
#else
"",
#endif
CONFIG_DEFAULT_BATTERY_ALERT_LEVEL1,
CONFIG_DEFAULT_BATTERY_ALERT_LEVEL2,
+ 2
- 0
GpsTracker/Config.h
파일 보기
@@ -66,6 +66,8 @@ struct config_t {
uint16_t lastEntry; //sizeof = 2
#if BACKUP_ENABLE_NETWORK
networkConfig_t network; //sizeof = 73
#else
char reserved[73];
#endif
uint8_t alertBatteryLevel1; //sizeof = 1
uint8_t alertBatteryLevel2; //sizeof = 1
쓰기
미리보기
불러오는 중...
취소
저장