headers organized more effective
This commit is contained in:
parent
8914422aac
commit
724c7a4376
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user