mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
|
menu "Example Configuration"
|
||
|
|
||
|
config SET_MAC_ADDRESS_OF_TARGET_AP
|
||
|
bool "whether set MAC address of target AP or not"
|
||
|
default y
|
||
|
|
||
|
endmenu
|