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 =
|
lib_ignore =
|
||||||
HTTPUpdateServer
|
HTTPUpdateServer
|
||||||
USB
|
USB
|
||||||
|
ESP32 Async UDP
|
||||||
esp-nimble-cpp
|
esp-nimble-cpp
|
||||||
NetBIOS
|
NetBIOS
|
||||||
Preferences
|
Preferences
|
||||||
|
@ -85,7 +86,6 @@ lib_extra_dirs = lib/lib_ssl, lib/lib_basic, lib/lib_i2c, lib/lib_d
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
HTTPUpdateServer
|
HTTPUpdateServer
|
||||||
USB
|
USB
|
||||||
ESP32 Async UDP
|
|
||||||
NetBIOS
|
NetBIOS
|
||||||
Preferences
|
Preferences
|
||||||
ArduinoOTA
|
ArduinoOTA
|
||||||
|
|
Loading…
Reference in New Issue