mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci(example): disable softap in wifi station example
This commit is contained in:
parent
4dcab6c2ed
commit
18bac0cf67
@ -17,6 +17,8 @@ examples/wifi/getting_started:
|
||||
- if: IDF_TARGET not in ["esp32", "esp32c3", "esp32c2", "esp32s3"]
|
||||
temporary: true
|
||||
reason: lack of runners
|
||||
depends_filepatterns:
|
||||
- examples/wifi/getting_started/**/*
|
||||
|
||||
examples/wifi/iperf:
|
||||
disable:
|
||||
|
@ -59,6 +59,7 @@ def test_wifi_getting_started_esp32c2_xtal_26mhz(dut: Tuple[IdfDut, IdfDut]) ->
|
||||
softap = dut[0]
|
||||
station = dut[1]
|
||||
|
||||
assert station.app.sdkconfig['ESP_WIFI_SOFTAP_SUPPORT'] is False
|
||||
ssid = softap.app.sdkconfig.get('ESP_WIFI_SSID')
|
||||
password = softap.app.sdkconfig.get('ESP_WIFI_PASSWORD')
|
||||
assert station.app.sdkconfig.get('ESP_WIFI_SSID') == ssid
|
||||
|
1
examples/wifi/getting_started/station/sdkconfig.defaults
Normal file
1
examples/wifi/getting_started/station/sdkconfig.defaults
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_ESP_WIFI_SOFTAP_SUPPORT=n
|
Loading…
Reference in New Issue
Block a user