Parcourir la 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 il y a 7 ans
Parent
révision
5bbf96694e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      GpsTracker/NetworkPositionsConfig.h

+ 1
- 1
GpsTracker/NetworkPositionsConfig.h Voir le fichier

@@ -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 {


Chargement…
Annuler
Enregistrer