Remove specific APN
This commit is contained in:
@@ -36,9 +36,9 @@
|
|||||||
|
|
||||||
// Your GPRS credentials
|
// Your GPRS credentials
|
||||||
// Leave empty, if missing user or pass
|
// Leave empty, if missing user or pass
|
||||||
const char apn[] = "www.ab.kyivstar.net";
|
const char apn[] = "YourAPN";
|
||||||
const char user[] = "igprs";
|
const char user[] = "";
|
||||||
const char pass[] = "internet";
|
const char pass[] = "";
|
||||||
|
|
||||||
// Use Hardware Serial on Mega, Leonardo, Micro
|
// Use Hardware Serial on Mega, Leonardo, Micro
|
||||||
#define SerialAT Serial1
|
#define SerialAT Serial1
|
||||||
|
Reference in New Issue
Block a user