Skip to content

Commit 433adcf

Browse files
Liam-qkkartben
authored andcommitted
samples: net: wifi: Enable apsta_mode macros in *.conf file.
Update *.conf to enable apsta_mode macros without impacting origin boards support. Signed-off-by: Qiankun Li <[email protected]>
1 parent a4000c6 commit 433adcf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

samples/net/wifi/apsta_mode/socs/esp32_procpu.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ CONFIG_ESP32_WIFI_STA_AUTO_DHCPV4=y
33
CONFIG_ESP32_WIFI_AP_STA_MODE=y
44
CONFIG_WIFI_NM=y
55
CONFIG_WIFI_NM_MAX_MANAGED_INTERFACES=2
6+
7+
# apsta_mode configuration
8+
CONFIG_WIFI_SAMPLE_AP_SSID="ESP32-AP"
9+
CONFIG_WIFI_SAMPLE_AP_PSK=""
10+
CONFIG_WIFI_SAMPLE_SSID="SSID"
11+
CONFIG_WIFI_SAMPLE_PSK="PASSWORD"
12+
CONFIG_WIFI_SAMPLE_DHCPV4_START=y
13+
CONFIG_WIFI_SAMPLE_AP_IP_ADDRESS="192.168.4.1"
14+
CONFIG_WIFI_SAMPLE_AP_NETMASK="255.255.255.0"

0 commit comments

Comments
 (0)