From 724c7a437606d27fc41694de95da5523dd581ab5 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Tue, 23 Aug 2022 20:04:42 +0200 Subject: [PATCH] headers organized more effective --- include/{WebGUIApp.h => webguiapp.h} | 5 ++++- src/SystemConfiguration.c | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) rename include/{WebGUIApp.h => webguiapp.h} (94%) diff --git a/include/WebGUIApp.h b/include/webguiapp.h similarity index 94% rename from include/WebGUIApp.h rename to include/webguiapp.h index 2d80eb5..d74202b 100644 --- a/include/WebGUIApp.h +++ b/include/webguiapp.h @@ -12,7 +12,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * \file WebGUIApp.h + * \file webguiapp.h * \version 1.0 * \date 2022-08-21 * \author Bogdan Pilyugin @@ -24,6 +24,9 @@ #ifndef COMPONENTS_WEBGUIAPPCOMPONENT_INCLUDE_WEBGUIAPP_H_ #define COMPONENTS_WEBGUIAPPCOMPONENT_INCLUDE_WEBGUIAPP_H_ +#include "HTTPServer.h" +#include "MQTT.h" + #include "esp_log.h" #include "esp_event.h" #include "esp_netif.h" diff --git a/src/SystemConfiguration.c b/src/SystemConfiguration.c index 09b25cf..c391ff7 100644 --- a/src/SystemConfiguration.c +++ b/src/SystemConfiguration.c @@ -21,8 +21,7 @@ * \copyright Apache License, Version 2.0 */ -#include "WebGUIApp.h" - +#include #include "stdlib.h" #include "string.h" #include "nvs_flash.h"