25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

15 satır
382 B

  1. #pragma once
  2. #define POSITIONS_CONFIG_NET_DEFAULT_SAVE_THRESHOLD 2
  3. #define POSITIONS_CONFIG_NET_DEFAULT_APN "Vodafone"
  4. #define POSITIONS_CONFIG_NET_DEFAULT_URL "http://requestbin.fullcontact.com/16q71o61"
  5. #define POSITIONS_CONFIG_NET_DEFAULT_EXPECTED_RESPONSE 200
  6. struct networkConfig_t {
  7. uint8_t saveThreshold;
  8. uint16_t lastSavedEntry;
  9. char apn[20];
  10. char url[50];
  11. };