We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab928a commit 682f723Copy full SHA for 682f723
1 file changed
Readme.md
@@ -65,7 +65,7 @@ In order to perform a request, the library follows these steps:
65
66
- AT+HTTPINIT -> wait for OK
67
- AT+HTTPPARA="CID",1 -> wait for OK
68
- - AT+HTTPPARA="URL","smartgarden.herokuapp.com"-> wait for OK
+ - AT+HTTPPARA="URL","your.api.com"-> wait for OK
69
- AT+HTTPSSL=0 -> wait for OK (1 when URL starts with "https://")
70
- AT+HTTPACTION=0 -> wait for 200
71
- AT+HTTPREAD -> read buffer and parse it
0 commit comments