correct enable `ESP32 Async UDP` for core 3.0.0

This commit is contained in:
Jason2866 2023-12-19 15:18:03 +01:00 committed by GitHub
parent d78a223646
commit 87b5886ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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