이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
GPS
/
gpstracker-firmware
의 미러
https://github.com/blemasle/gpstracker-firmware.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
8
위키
활동
소스 검색
Version bump + write version at startup if needed
tags/v1.2.2
Bertrand Lemasle
6 년 전
부모
5e447a057b
커밋
a2b3a33d84
2개의 변경된 파일
과
6개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
src/Config.cpp
+1
-1
src/config/System.h
+ 5
- 1
src/Config.cpp
파일 보기
@@ -51,7 +51,11 @@ namespace config {
void setup() {
details::read();
//details::write();
if(strcasecmp_P(value.version, PSTR(VERSION))) {
strcpy_P(value.version, PSTR(VERSION));
details::write();
}
}
void save() {
+ 1
- 1
src/config/System.h
파일 보기
@@ -20,7 +20,7 @@
\def VERSION
Version string, only used for indicative purpose
*/
#define VERSION "1.2
0
"
#define VERSION "1.2
1
"
/**
쓰기
미리보기
불러오는 중...
취소
저장