Skip to content

Commit 93459ad

Browse files
authored
Fix typo
1 parent d0fcfff commit 93459ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ unsigned int RST_PIN = 12;
2222
const char BEARER[] PROGMEM = "gprs-service.com";
2323

2424
HTTP http(9600, RX_PIN, TX_PIN, RST_PIN);
25-
http.connect("your.mobile.service.provider.apn");
25+
http.connect(BEARER);
2626

2727
char response[256];
2828
Result result = http.get("your.api.com", response);

0 commit comments

Comments
 (0)