[Build] Fix compile issues

This commit is contained in:
TD-er
2026-01-29 06:18:41 +01:00
parent 5592b1f3c1
commit f40b9151dc
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -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.