mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 05:06:44 +00:00
Header cleanup
This commit is contained in:
parent
7acbca9f8f
commit
be7568c145
@ -18,7 +18,6 @@
|
|||||||
//#include "hasp_filesystem.h" included in hasp_conf.h
|
//#include "hasp_filesystem.h" included in hasp_conf.h
|
||||||
#include "hasp_wifi.h"
|
#include "hasp_wifi.h"
|
||||||
#include "hasp_gui.h"
|
#include "hasp_gui.h"
|
||||||
#include "hasp_tft.h"
|
|
||||||
|
|
||||||
#include "hasp_attribute.h"
|
#include "hasp_attribute.h"
|
||||||
#include "hasp.h"
|
#include "hasp.h"
|
||||||
|
@ -1,15 +1,12 @@
|
|||||||
/* MIT License - Copyright (c) 2020 Francis Van Roie
|
/* MIT License - Copyright (c) 2020 Francis Van Roie
|
||||||
For full license information read the LICENSE file in the project folder */
|
For full license information read the LICENSE file in the project folder */
|
||||||
|
|
||||||
#include "ArduinoJson.h"
|
|
||||||
#include "ArduinoLog.h"
|
|
||||||
|
|
||||||
#include "lvgl.h"
|
#include "lvgl.h"
|
||||||
#if LVGL_VERSION_MAJOR != 7
|
#if LVGL_VERSION_MAJOR != 7
|
||||||
#include "../lv_components.h"
|
#include "../lv_components.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "hasp_conf.h"
|
//#include "hasp_conf.h"
|
||||||
|
|
||||||
#include "hasp.h"
|
#include "hasp.h"
|
||||||
#include "hasp_object.h"
|
#include "hasp_object.h"
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
/* MIT License - Copyright (c) 2020 Francis Van Roie
|
/* MIT License - Copyright (c) 2020 Francis Van Roie
|
||||||
For full license information read the LICENSE file in the project folder */
|
For full license information read the LICENSE file in the project folder */
|
||||||
|
|
||||||
#include "Arduino.h"
|
|
||||||
#include "ArduinoLog.h"
|
|
||||||
#include "ArduinoJson.h"
|
#include "ArduinoJson.h"
|
||||||
#include "StreamUtils.h" // For EEPromStream
|
#include "StreamUtils.h" // For EEPromStream
|
||||||
|
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
#include "hasp_dispatch.h"
|
#include "hasp_dispatch.h"
|
||||||
#include "hasp_gui.h"
|
#include "hasp_gui.h"
|
||||||
#include "hasp_hal.h"
|
#include "hasp_hal.h"
|
||||||
#include "hasp_tft.h"
|
|
||||||
#include "hasp_config.h"
|
#include "hasp_config.h"
|
||||||
#include "hasp.h"
|
#include "hasp.h"
|
||||||
#include "tasmotaSlave.h"
|
#include "tasmotaSlave.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user