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
Fixed constant string being declared in RAM
tags/v1.2.0
Bertrand Lemasle
hace 7 años
padre
6a6b6063a2
commit
b75f48671c
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
GpsTracker/Logging.cpp
+ 1
- 1
GpsTracker/Logging.cpp
Ver fichero
@@ -11,7 +11,7 @@ namespace logging {
Serial.begin(LOG_SERIAL_SPEED);
Log.begin(LOG_LEVEL, &Serial);
Log.notice("Starting...\n");
Log.notice(
F(
"Starting...\n"
)
);
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar