From a2a99e36eed348bca85bc56339070da790c8423d Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:07:18 +0100 Subject: [PATCH] Update platformio_tasmota_cenv_sample.ini --- platformio_tasmota_cenv_sample.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platformio_tasmota_cenv_sample.ini b/platformio_tasmota_cenv_sample.ini index e19628643..ccc201786 100644 --- a/platformio_tasmota_cenv_sample.ini +++ b/platformio_tasmota_cenv_sample.ini @@ -74,7 +74,8 @@ build_flags = ${env:tasmota32_base.build_flags} -DFIRMWARE_TASMOTA32 -DOTA_URL='""' lib_ignore = Micro-RTSP -custom_sdkconfig = CONFIG_ESP_WIFI_ENABLE_WPA3_SAE=y +custom_sdkconfig = CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT=y + CONFIG_ESP_WIFI_ENABLE_WPA3_SAE=y CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA=y [env:tasmota32s3-qio_opi_per]