add example env for WPA Enterprise

This commit is contained in:
Jason2866 2024-11-19 19:00:34 +01:00 committed by GitHub
parent 5090188181
commit 8d1d008fcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -67,6 +67,16 @@ build_flags = ${env:tasmota32_base.build_flags}
-DUSE_LVGL_OPENHASP -DUSE_LVGL_OPENHASP
-DOTA_URL='""' -DOTA_URL='""'
[env:tasmota32-WPA3_SAE]
; Arduino libs with WiFi Enterprise support
extends = env:tasmota32_base
build_flags = ${env:tasmota32_base.build_flags}
-DFIRMWARE_TASMOTA32
-DOTA_URL='""'
lib_ignore = Micro-RTSP
custom_sdkconfig = CONFIG_ESP_WIFI_ENABLE_WPA3_SAE=y
CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA=y
[env:tasmota32s3-qio_opi_per] [env:tasmota32s3-qio_opi_per]
; device needs >= 8MB Flash!! Hybrid compile for max. performance when using Displays ; device needs >= 8MB Flash!! Hybrid compile for max. performance when using Displays
extends = env:tasmota32_base extends = env:tasmota32_base