We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fcfff commit 93459adCopy full SHA for 93459ad
1 file changed
Readme.md
@@ -22,7 +22,7 @@ unsigned int RST_PIN = 12;
22
const char BEARER[] PROGMEM = "gprs-service.com";
23
24
HTTP http(9600, RX_PIN, TX_PIN, RST_PIN);
25
-http.connect("your.mobile.service.provider.apn");
+http.connect(BEARER);
26
27
char response[256];
28
Result result = http.get("your.api.com", response);
0 commit comments