Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carrascoacd authored Dec 19, 2019
1 parent d0fcfff commit 93459ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ unsigned int RST_PIN = 12;
const char BEARER[] PROGMEM = "gprs-service.com";

HTTP http(9600, RX_PIN, TX_PIN, RST_PIN);
http.connect("your.mobile.service.provider.apn");
http.connect(BEARER);

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

0 comments on commit 93459ad

Please sign in to comment.