Browse Source

For now expected code is 200 as most of the online request bin like respond with that code

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

+ 1
- 1
GpsTracker/NetworkPositionsConfig.h View File

@@ -4,7 +4,7 @@
#define POSITIONS_CONFIG_NET_DEFAULT_SAVE_THRESHOLD 2
#define POSITIONS_CONFIG_NET_DEFAULT_APN "Vodafone"
#define POSITIONS_CONFIG_NET_DEFAULT_URL "http://requestbin.fullcontact.com/16q71o61"
#define POSITIONS_CONFIG_NET_DEFAULT_EXPECTED_RESPONSE 201
#define POSITIONS_CONFIG_NET_DEFAULT_EXPECTED_RESPONSE 200


struct networkConfig_t {


Loading…
Cancel
Save