이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
GPS
/
gpstracker-firmware
의 미러
https://github.com/blemasle/gpstracker-firmware.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
8
위키
활동
소스 검색
Remove/replace some Serial.print
tags/v1.2.0
Bertrand Lemasle
7 년 전
부모
f712c3b455
커밋
56fab86c21
3개의 변경된 파일
과
1개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
GpsTracker/Debug.cpp
+1
-1
GpsTracker/GpsTracker.ino
+0
-1
GpsTracker/Positions.h
+ 0
- 1
GpsTracker/Debug.cpp
파일 보기
@@ -114,7 +114,6 @@ namespace debug {
void waitForSerial() {
while (!Serial);
Serial.begin(DEBUG_SERIAL_SPEED);
Serial.println("Starting !");
}
int freeRam() {
+ 1
- 1
GpsTracker/GpsTracker.ino
파일 보기
@@ -80,6 +80,6 @@ void loop() {
break;
case debug::GPSTRACKER_DEBUG_COMMAND::SD_WRITE_TEST:
default:
Serial.println(F("Unsupported command !")
);
NOTICE_MSG("loop", "Unsupported"
);
}
}
+ 0
- 1
GpsTracker/Positions.h
파일 보기
@@ -1,7 +1,6 @@
#pragma once
#include <SIM808_Types.h>
#include "PositionsBackup.h"
#define POSITION_SIZE 115
쓰기
미리보기
불러오는 중...
취소
저장