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
Version bump + write version at startup if needed
tags/v1.2.2
Bertrand Lemasle
hace 6 años
padre
5e447a057b
commit
a2b3a33d84
Se han
modificado 2 ficheros
con
6 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+5
-1
src/Config.cpp
+1
-1
src/config/System.h
+ 5
- 1
src/Config.cpp
Ver fichero
@@ -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
Ver fichero
@@ -20,7 +20,7 @@
\def VERSION
Version string, only used for indicative purpose
*/
#define VERSION "1.2
0
"
#define VERSION "1.2
1
"
/**
Escribir
Vista previa
Cargando…
Cancelar
Guardar