diff --git a/examples/ESP8266_HTTP_Get/ESP8266_HTTP_Get.ino b/examples/HTTP_Get/HTTP_Get.ino similarity index 98% rename from examples/ESP8266_HTTP_Get/ESP8266_HTTP_Get.ino rename to examples/HTTP_Get/HTTP_Get.ino index 6a9a5ec8..a4cfa1dd 100644 --- a/examples/ESP8266_HTTP_Get/ESP8266_HTTP_Get.ino +++ b/examples/HTTP_Get/HTTP_Get.ino @@ -1,5 +1,5 @@ /* - KiteLib ESP8266 HTTP GET Example + KiteLib HTTP GET Example This example sends HTTP GET request using ESP8266 WiFi module. diff --git a/examples/ESP8266_HTTP_Post/ESP8266_HTTP_Post.ino b/examples/HTTP_Post/HTTP_Post.ino similarity index 83% rename from examples/ESP8266_HTTP_Post/ESP8266_HTTP_Post.ino rename to examples/HTTP_Post/HTTP_Post.ino index bb96c114..be30c1ad 100644 --- a/examples/ESP8266_HTTP_Post/ESP8266_HTTP_Post.ino +++ b/examples/HTTP_Post/HTTP_Post.ino @@ -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