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"