Browse Source

Remove specific APN

v_master
Volodymyr Shymanskyy 8 years ago
parent
commit
2f2b4f744f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      examples/MqttClient/MqttClient.ino

+ 3
- 3
examples/MqttClient/MqttClient.ino View File

@ -36,9 +36,9 @@
// Your GPRS credentials
// Leave empty, if missing user or pass
const char apn[] = "www.ab.kyivstar.net";
const char user[] = "igprs";
const char pass[] = "internet";
const char apn[] = "YourAPN";
const char user[] = "";
const char pass[] = "";
// Use Hardware Serial on Mega, Leonardo, Micro
#define SerialAT Serial1


Loading…
Cancel
Save