[HTTP] Renamed examples
This commit is contained in:
parent
2243727244
commit
1fccade6f3
2 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
KiteLib ESP8266 HTTP GET Example
|
KiteLib HTTP GET Example
|
||||||
|
|
||||||
This example sends HTTP GET request using ESP8266 WiFi module.
|
This example sends HTTP GET request using ESP8266 WiFi module.
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
/*
|
/*
|
||||||
* KiteLib ESP8266 HTTP POST Example
|
KiteLib HTTP POST Example
|
||||||
*
|
|
||||||
* This example sends HTTP POST request using ESP8266 WiFi module.
|
This example sends HTTP POST request using ESP8266 WiFi module.
|
||||||
*
|
|
||||||
* Please note that the response will be saved including header. HTTP header size
|
Please note that the response will be saved including header. HTTP header size
|
||||||
* can easily exceed Arduino resources and cause the program to behave erratically.
|
can easily exceed Arduino resources and cause the program to behave erratically.
|
||||||
*
|
|
||||||
* IMPORTANT: Before uploading this example, make sure that the ESP8266 module is running
|
IMPORTANT: Before uploading this example, make sure that the ESP8266 module is running
|
||||||
* AT firmware (can be found in the /extras folder of the library)!
|
AT firmware (can be found in the /extras folder of the library)!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// include the library
|
// include the library
|
Loading…
Add table
Reference in a new issue