Skip to content

Commit 2963523

Browse files
committed
🔨 Prevent ESP32 bad dependency
1 parent 4e72b17 commit 2963523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ini/esp32.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ board = esp32dev
1919
build_flags = ${common.build_flags} -DCORE_DEBUG_LEVEL=0 -std=gnu++17
2020
build_unflags = -std=gnu11 -std=gnu++11
2121
build_src_filter = ${common.default_src_filter} +<src/HAL/ESP32>
22-
lib_ignore = NativeEthernet
22+
lib_ignore = NativeEthernet, AsyncTCP_RP2040W
2323
upload_speed = 500000
2424
monitor_speed = 250000
2525
monitor_filters = colorize, time, send_on_enter, log2file, esp32_exception_decoder

0 commit comments

Comments
 (0)