Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
GPS
/
gpstracker-firmware
réplica de
https://github.com/blemasle/gpstracker-firmware.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
8
Wiki
Actividad
Explorar el Código
Remove/replace some Serial.print
tags/v1.2.0
Bertrand Lemasle
hace 7 años
padre
f712c3b455
commit
56fab86c21
Se han
modificado 3 ficheros
con
1 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-1
GpsTracker/Debug.cpp
+1
-1
GpsTracker/GpsTracker.ino
+0
-1
GpsTracker/Positions.h
+ 0
- 1
GpsTracker/Debug.cpp
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -1,7 +1,6 @@
#pragma once
#include <SIM808_Types.h>
#include "PositionsBackup.h"
#define POSITION_SIZE 115
Escribir
Vista previa
Cargando…
Cancelar
Guardar