mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-19 21:42:25 +02:00
17 lines
399 B
Plaintext
17 lines
399 B
Plaintext
menu "Example Configuration"
|
|
|
|
config EXAMPLE_PROXY_ADDRESS
|
|
string "Proxy address"
|
|
default "myproxy"
|
|
help
|
|
Address of the proxy to be used.
|
|
|
|
config EXAMPLE_PROXY_SERVICE
|
|
string "Proxy Service Type"
|
|
default "myport"
|
|
help
|
|
Service type. Due to a limitation of lwip, must
|
|
be the port number e.g. "1080".
|
|
|
|
endmenu
|