Browse Source

Sadly, version string must do exactly 4 chars to avoid leaving traces of old version string

tags/v1.2.0
Bertrand Lemasle 6 years ago
parent
commit
e2bfba407f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      GpsTracker/Config.h

+ 1
- 1
GpsTracker/Config.h View File

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


Loading…
Cancel
Save