This website works better with JavaScript.
Home
Explore
Help
Sign In
GPS
/
gpstracker-firmware
mirror of
https://github.com/blemasle/gpstracker-firmware.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Remove/replace some Serial.print
tags/v1.2.0
Bertrand Lemasle
7 years ago
parent
f712c3b455
commit
56fab86c21
3 changed files
with
1 additions
and
3 deletions
Split View
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
View File
@@ -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
View File
@@ -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
View File
@@ -1,7 +1,6 @@
#pragma once
#include <SIM808_Types.h>
#include "PositionsBackup.h"
#define POSITION_SIZE 115
Write
Preview
Loading…
Cancel
Save