From 1fccade6f368c809fc1d8ac49937df073865be4b Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 7 Oct 2018 12:18:34 +0200 Subject: [PATCH] [HTTP] Renamed examples --- .../HTTP_Get.ino} | 2 +- .../HTTP_Post.ino} | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) rename examples/{ESP8266_HTTP_Get/ESP8266_HTTP_Get.ino => HTTP_Get/HTTP_Get.ino} (98%) rename examples/{ESP8266_HTTP_Post/ESP8266_HTTP_Post.ino => HTTP_Post/HTTP_Post.ino} (83%) 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