mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[Network] Simplify ETH Event handling + update ESP-IDF/Arduino 3.3.3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
[esp32_base_idf5_5]
|
||||
extends = common, core_esp32_IDF5_5_0__3_2_0_LittleFS
|
||||
extends = common, core_esp32_IDF5_5_1__3_3_3_LittleFS
|
||||
upload_speed = 460800
|
||||
upload_before_reset = default_reset
|
||||
upload_after_reset = hard_reset
|
||||
@@ -20,7 +20,7 @@ extra_scripts = pre:tools/pio/pre_esp32.py
|
||||
; However LTO cannot optimize builds with text section literals and thus will result in quite a lot larger builds (80k - 140k larger)
|
||||
build_unflags = -Wall
|
||||
-fno-lto
|
||||
build_flags = ${core_esp32_IDF5_5_0__3_2_0_LittleFS.build_flags}
|
||||
build_flags = ${core_esp32_IDF5_5_1__3_3_3_LittleFS.build_flags}
|
||||
; ${mqtt_flags.build_flags}
|
||||
-DMQTT_MAX_PACKET_SIZE=2048
|
||||
-DCONFIG_FREERTOS_ASSERT_DISABLE
|
||||
@@ -35,7 +35,7 @@ build_flags = ${core_esp32_IDF5_5_0__3_2_0_LittleFS.build_flags}
|
||||
-DCONFIG_BT_NIMBLE_NVS_PERSIST=y
|
||||
monitor_filters = esp32_exception_decoder
|
||||
lib_ignore =
|
||||
${core_esp32_IDF5_5_0__3_2_0_LittleFS.lib_ignore}
|
||||
${core_esp32_IDF5_5_1__3_3_3_LittleFS.lib_ignore}
|
||||
|
||||
|
||||
[esp32_always]
|
||||
|
||||
Reference in New Issue
Block a user