[HTTP] Renamed examples

This commit is contained in:
jgromes 2018-10-07 12:18:34 +02:00
parent 2243727244
commit 1fccade6f3
2 changed files with 10 additions and 10 deletions

View file

@ -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.

View file

@ -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