mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[32M flash] Fix including all 'MAX' plugins for 32M flash builds
This commit is contained in:
@@ -48,15 +48,9 @@ build_flags = ${esp32c5_common_LittleFS.build_flags}
|
||||
extra_scripts = ${esp32c5_common_LittleFS.extra_scripts}
|
||||
|
||||
[env:max32_ESP32c5_32M20M]
|
||||
extends = esp32c5_common_LittleFS
|
||||
extends = env:max_ESP32c5_16M8M
|
||||
board = esp32c5cdc-32M
|
||||
build_flags = ${esp32c5_common_LittleFS.build_flags}
|
||||
-DFEATURE_ETHERNET=1
|
||||
-DFEATURE_ARDUINO_OTA=1
|
||||
-DPLUGIN_BUILD_MAX_ESP32
|
||||
-DPLUGIN_BUILD_IR_EXTENDED
|
||||
-D ST7789_EXTRA_INIT=1
|
||||
-D P116_EXTRA_ST7789=1
|
||||
extra_scripts = ${esp32c5_common_LittleFS.extra_scripts}
|
||||
build_flags = ${env:max_ESP32c5_16M8M.build_flags}
|
||||
-DPLUGIN_BUILD_MAX32_ESP32
|
||||
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ extra_scripts = ${esp32p4_common_LittleFS.extra_scripts}
|
||||
[env:max32_ESP32p4_32M20M]
|
||||
extends = env:max_ESP32p4_16M8M
|
||||
board = esp32p4_ev-32M
|
||||
build_flags = ${esp32p4_common_LittleFS.build_flags}
|
||||
build_flags = ${env:max_ESP32p4_16M8M.build_flags}
|
||||
-DPLUGIN_BUILD_MAX32_ESP32
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ board = esp32p4r3
|
||||
[env:max32_ESP32p4r3_32M20M]
|
||||
extends = env:max_ESP32p4_16M8M
|
||||
board = esp32p4r3-32M
|
||||
build_flags = ${esp32p4_common_LittleFS.build_flags}
|
||||
build_flags = ${env:max_ESP32p4r3_16M8M.build_flags}
|
||||
-DPLUGIN_BUILD_MAX32_ESP32
|
||||
|
||||
|
||||
|
||||
@@ -8,6 +8,11 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(PLUGIN_BUILD_MAX32_ESP32) && !defined(PLUGIN_BUILD_MAX_ESP32)
|
||||
#define PLUGIN_BUILD_MAX_ESP32
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
#################################################
|
||||
This is the place where plugins are registered
|
||||
|
||||
Reference in New Issue
Block a user