Browse Source

Fixed bad conditional compilation location

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

+ 1
- 1
GpsTracker/Config.cpp View File

@@ -73,12 +73,12 @@ namespace config {
POSITIONS_CONFIG_NET_DEFAULT_APN,
POSITIONS_CONFIG_NET_DEFAULT_URL,
},
#endif
CONFIG_DEFAULT_BATTERY_ALERT_LEVEL1,
CONFIG_DEFAULT_BATTERY_ALERT_LEVEL2,
CONFIG_DEFAULT_BATTERY_ALERT_CLEAR,
CONFIG_DEFAULT_ACTIVE_ALERTS,
CONFIG_DEFAULT_CONTACT_PHONE
#endif
};

value = config;


Loading…
Cancel
Save