Explorar el Código

Firmware version bump

tags/v1.2.0
Bertrand Lemasle hace 6 años
padre
commit
cde06ee4ba
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. +1
    -0
      GpsTracker/Config.cpp
  2. +1
    -1
      GpsTracker/Config.h

+ 1
- 0
GpsTracker/Config.cpp Ver fichero

@@ -30,6 +30,7 @@ namespace config {
//};
//value.network = c;

strcpy(value.version, VERSION);
value.alertBatteryLevel1 = CONFIG_DEFAULT_BATTERY_ALERT_LEVEL1;
value.alertBatteryLevel2 = CONFIG_DEFAULT_BATTERY_ALERT_LEVEL2;
value.alertBatteryLevelClear = CONFIG_DEFAULT_BATTERY_ALERT_CLEAR;


+ 1
- 1
GpsTracker/Config.h Ver fichero

@@ -14,7 +14,7 @@
#define CONFIG_ADDR 0
#define CONFIG_RESERVED_SIZE 128
#define CONFIG_SEED 13
#define VERSION "1.00"
#define VERSION "1.1"
#define CONFIG_DEFAULT_BATTERY_ALERT_LEVEL1 45
#define CONFIG_DEFAULT_BATTERY_ALERT_LEVEL2 38
#define CONFIG_DEFAULT_BATTERY_ALERT_CLEAR 60


Cargando…
Cancelar
Guardar