mirror of https://github.com/arendst/Tasmota.git
add example env for WPA Enterprise
This commit is contained in:
parent
5090188181
commit
8d1d008fcc
|
@ -67,6 +67,16 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||
-DUSE_LVGL_OPENHASP
|
||||
-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]
|
||||
; device needs >= 8MB Flash!! Hybrid compile for max. performance when using Displays
|
||||
extends = env:tasmota32_base
|
||||
|
|
Loading…
Reference in New Issue