From 87b5886ea7d21e1fb6d73baf8a81cdd54bd17f3f Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:18:03 +0100 Subject: [PATCH] correct enable `ESP32 Async UDP` for core 3.0.0 --- platformio_tasmota32.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index da646960f..a930178d0 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -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