mirror of
https://github.com/espressif/esp-idf
synced 2025-03-21 23:19:10 -04:00
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
menu "Example Configuration"
|
|
|
|
config EXAMPLE_PORT
|
|
string "Asio example server port number"
|
|
default "2222"
|
|
help
|
|
Port number used by Asio example
|
|
|
|
endmenu
|