mirror of https://github.com/arendst/Tasmota.git
correct enable `ESP32 Async UDP` for core 3.0.0
This commit is contained in:
parent
d78a223646
commit
87b5886ea7
|
@ -39,6 +39,7 @@ build_flags = ${esp_defaults.build_flags}
|
|||
lib_ignore =
|
||||
HTTPUpdateServer
|
||||
USB
|
||||
ESP32 Async UDP
|
||||
esp-nimble-cpp
|
||||
NetBIOS
|
||||
Preferences
|
||||
|
@ -85,7 +86,6 @@ lib_extra_dirs = lib/lib_ssl, lib/lib_basic, lib/lib_i2c, lib/lib_d
|
|||
lib_ignore =
|
||||
HTTPUpdateServer
|
||||
USB
|
||||
ESP32 Async UDP
|
||||
NetBIOS
|
||||
Preferences
|
||||
ArduinoOTA
|
||||
|
|
Loading…
Reference in New Issue