mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[Network] Fix ESP32-classic display build with ETH disabled
This commit is contained in:
@@ -87,12 +87,10 @@ lib_ignore = ESP8266Ping
|
||||
${esp32_base_idf5.lib_ignore}
|
||||
|
||||
|
||||
|
||||
[esp32_common_LittleFS_ETH]
|
||||
[esp32_common_LittleFS]
|
||||
extends = esp32_base_idf5
|
||||
build_flags = ${esp32_base_idf5.build_flags}
|
||||
; -mtext-section-literals
|
||||
-DFEATURE_ETHERNET=1
|
||||
-DESP32_CLASSIC
|
||||
-DUSE_LITTLEFS
|
||||
build_unflags = ${esp32_base_idf5.build_unflags}
|
||||
@@ -104,6 +102,12 @@ lib_ignore = ${esp32_always.lib_ignore}
|
||||
${esp32_base_idf5.lib_ignore}
|
||||
|
||||
|
||||
[esp32_common_LittleFS_ETH]
|
||||
extends = esp32_common_LittleFS
|
||||
build_flags = ${esp32_common_LittleFS.build_flags}
|
||||
-DFEATURE_ETHERNET=1
|
||||
|
||||
|
||||
[esp32_IRExt_LittleFS_ETH]
|
||||
extends = esp32_common_LittleFS_ETH
|
||||
lib_ignore = ${esp32_always.lib_ignore}
|
||||
@@ -275,10 +279,10 @@ build_flags = ${esp32_common_LittleFS_ETH.build_flags}
|
||||
-DPLUGIN_ENERGY_COLLECTION
|
||||
|
||||
|
||||
[env:display_ESP32_4M316k_LittleFS_ETH]
|
||||
extends = esp32_common_LittleFS_ETH
|
||||
[env:display_ESP32_4M316k_LittleFS]
|
||||
extends = esp32_common_LittleFS
|
||||
board = esp32_4M
|
||||
build_flags = ${esp32_common_LittleFS_ETH.build_flags}
|
||||
build_flags = ${esp32_common_LittleFS.build_flags}
|
||||
-DFEATURE_ARDUINO_OTA=1
|
||||
-DPLUGIN_DISPLAY_COLLECTION
|
||||
-D ST7789_EXTRA_INIT=1
|
||||
|
||||
Reference in New Issue
Block a user