[HTTP] Renamed examples

pull/13/head
jgromes 2018-10-07 12:18:34 +02:00
rodzic 2243727244
commit 1fccade6f3
2 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
/*
KiteLib ESP8266 HTTP GET Example
KiteLib HTTP GET Example
This example sends HTTP GET request using ESP8266 WiFi module.

Wyświetl plik

@ -1,13 +1,13 @@
/*
* KiteLib ESP8266 HTTP POST Example
*
* This example sends HTTP POST request using ESP8266 WiFi module.
*
* 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.
*
* 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)!
KiteLib HTTP POST Example
This example sends HTTP POST request using ESP8266 WiFi module.
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.
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)!
*/
// include the library