[Network] Simplify ETH Event handling + update ESP-IDF/Arduino 3.3.3

This commit is contained in:
TD-er
2025-11-08 00:17:34 +01:00
parent 249cf80259
commit ffd7ffb3a5
4 changed files with 27 additions and 42 deletions
+3 -3
View File
@@ -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]