mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
747e3e0f31
This commit adds a unit test for using wifi station and softap by flashing wifi config directly into nvs using NVS Partition generator Utility (using csv file).
10 lines
253 B
YAML
10 lines
253 B
YAML
# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
|
|
|
|
components/esp_wifi/test_apps/:
|
|
disable:
|
|
- if: SOC_WIFI_SUPPORTED != 1
|
|
|
|
components/esp_wifi/test_apps/wifi_nvs_config:
|
|
disable:
|
|
- if: SOC_WIFI_SUPPORTED != 1
|