Skip to content

Commit a24da57

Browse files
authored
Update Readme.md
1 parent 42b581e commit a24da57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ unsigned int RX_PIN = 7;
1919
unsigned int TX_PIN = 8;
2020
unsigned int RST_PIN = 12;
2121
HTTP http(9600, RX_PIN, TX_PIN, RST_PIN);
22-
http.configureBearer("movistar.es");
22+
http.configureBearer("your.mobile.service.provider.apn");
2323
http.connect();
2424

2525
char response[256];
@@ -38,7 +38,7 @@ unsigned int RX_PIN = 7;
3838
unsigned int TX_PIN = 8;
3939
unsigned int RST_PIN = 12;
4040
HTTP http(9600, RX_PIN, TX_PIN, RST_PIN);
41-
http.configureBearer("movistar.es");
41+
http.configureBearer("your.mobile.service.provider.apn");
4242
http.connect();
4343
4444
char response[256];

0 commit comments

Comments
 (0)