mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
🔨 Prevent ESP32 bad dependency
This commit is contained in:
parent
4e72b17a88
commit
29635232d3
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ board = esp32dev
|
|||
build_flags = ${common.build_flags} -DCORE_DEBUG_LEVEL=0 -std=gnu++17
|
||||
build_unflags = -std=gnu11 -std=gnu++11
|
||||
build_src_filter = ${common.default_src_filter} +<src/HAL/ESP32>
|
||||
lib_ignore = NativeEthernet
|
||||
lib_ignore = NativeEthernet, AsyncTCP_RP2040W
|
||||
upload_speed = 500000
|
||||
monitor_speed = 250000
|
||||
monitor_filters = colorize, time, send_on_enter, log2file, esp32_exception_decoder
|
||||
|
|
Loading…
Reference in a new issue