headers organized more effective

This commit is contained in:
Bogdan Pilyugin 2022-08-23 20:04:42 +02:00
parent 8914422aac
commit 724c7a4376
2 changed files with 5 additions and 3 deletions

View File

@ -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"

View File

@ -21,8 +21,7 @@
* \copyright Apache License, Version 2.0
*/
#include "WebGUIApp.h"
#include <webguiapp.h>
#include "stdlib.h"
#include "string.h"
#include "nvs_flash.h"