We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b581e commit a24da57Copy full SHA for a24da57
1 file changed
Readme.md
@@ -19,7 +19,7 @@ unsigned int RX_PIN = 7;
19
unsigned int TX_PIN = 8;
20
unsigned int RST_PIN = 12;
21
HTTP http(9600, RX_PIN, TX_PIN, RST_PIN);
22
-http.configureBearer("movistar.es");
+http.configureBearer("your.mobile.service.provider.apn");
23
http.connect();
24
25
char response[256];
@@ -38,7 +38,7 @@ unsigned int RX_PIN = 7;
38
39
40
41
42
43
44
0 commit comments