Browse Source

Enabled network backup to real server

tags/v1.2.0
Bertrand Lemasle 7 years ago
parent
commit
2575be5e35
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      GpsTracker/NetworkPositionsConfig.h

+ 2
- 2
GpsTracker/NetworkPositionsConfig.h View File

@@ -3,8 +3,8 @@

#define POSITIONS_CONFIG_NET_DEFAULT_SAVE_THRESHOLD 10
#define POSITIONS_CONFIG_NET_DEFAULT_APN "Vodafone"
#define POSITIONS_CONFIG_NET_DEFAULT_URL "http://requestbin.fullcontact.com/1fgc99k1"
#define POSITIONS_CONFIG_NET_DEFAULT_EXPECTED_RESPONSE 200
#define POSITIONS_CONFIG_NET_DEFAULT_URL "http://yourserver.com/endpoint"
#define POSITIONS_CONFIG_NET_DEFAULT_EXPECTED_RESPONSE 201


struct networkConfig_t {


Loading…
Cancel
Save