7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
|
menu "Https"
|
||
|
config HTTPS
|
||
|
depends on LWIP
|
||
|
bool "Enable HTTPS"
|
||
|
default n
|
||
|
endmenu
|