mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-11 17:14:27 +00:00
[Build] Fix compile issues
This commit is contained in:
@@ -10,6 +10,9 @@ build_unflags = ${esp32_base_idf5_5.build_unflags}
|
||||
-fexceptions
|
||||
board_build.filesystem = littlefs
|
||||
lib_ignore = ${esp32_base_idf5_5.lib_ignore}
|
||||
PPP
|
||||
HeatpumpIR
|
||||
IRremoteESP8266
|
||||
board = esp32c6cdc
|
||||
|
||||
|
||||
@@ -78,6 +81,7 @@ build_flags = ${esp32c6_common_LittleFS.build_flags}
|
||||
-D ST7789_EXTRA_INIT=1
|
||||
-D P116_EXTRA_ST7789=1
|
||||
extra_scripts = ${esp32c6_common_LittleFS.extra_scripts}
|
||||
lib_ignore = ${esp32_base_idf5_5.lib_ignore}
|
||||
|
||||
|
||||
[env:max_ESP32c6_16M8M]
|
||||
@@ -91,6 +95,7 @@ build_flags = ${esp32c6_common_LittleFS.build_flags}
|
||||
-D ST7789_EXTRA_INIT=1
|
||||
-D P116_EXTRA_ST7789=1
|
||||
extra_scripts = ${esp32c6_common_LittleFS.extra_scripts}
|
||||
lib_ignore = ${esp32_base_idf5_5.lib_ignore}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
#include "../WebServer/ESPEasy_WebServer.h"
|
||||
#include "../WebServer/Markup.h"
|
||||
#include "../WebServer/Markup_Forms.h"
|
||||
#include "../ESPEasyCore/Controller.h"
|
||||
#include "../DataStructs/ControllerSettingsStruct.h"
|
||||
|
||||
/*********************************************************************************************\
|
||||
* Functions to load and store controller settings on the web page.
|
||||
|
||||
Reference in New Issue
Block a user