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
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*
|
*
|
||||||
* \file WebGUIApp.h
|
* \file webguiapp.h
|
||||||
* \version 1.0
|
* \version 1.0
|
||||||
* \date 2022-08-21
|
* \date 2022-08-21
|
||||||
* \author Bogdan Pilyugin
|
* \author Bogdan Pilyugin
|
||||||
|
|
@ -24,6 +24,9 @@
|
||||||
#ifndef COMPONENTS_WEBGUIAPPCOMPONENT_INCLUDE_WEBGUIAPP_H_
|
#ifndef COMPONENTS_WEBGUIAPPCOMPONENT_INCLUDE_WEBGUIAPP_H_
|
||||||
#define COMPONENTS_WEBGUIAPPCOMPONENT_INCLUDE_WEBGUIAPP_H_
|
#define COMPONENTS_WEBGUIAPPCOMPONENT_INCLUDE_WEBGUIAPP_H_
|
||||||
|
|
||||||
|
#include "HTTPServer.h"
|
||||||
|
#include "MQTT.h"
|
||||||
|
|
||||||
#include "esp_log.h"
|
#include "esp_log.h"
|
||||||
#include "esp_event.h"
|
#include "esp_event.h"
|
||||||
#include "esp_netif.h"
|
#include "esp_netif.h"
|
||||||
|
|
@ -21,8 +21,7 @@
|
||||||
* \copyright Apache License, Version 2.0
|
* \copyright Apache License, Version 2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "WebGUIApp.h"
|
#include <webguiapp.h>
|
||||||
|
|
||||||
#include "stdlib.h"
|
#include "stdlib.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "nvs_flash.h"
|
#include "nvs_flash.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user