18 lines
263 B
Plaintext
Executable File
18 lines
263 B
Plaintext
Executable File
menu "Http"
|
|
config HTTP
|
|
depends on WIFI_ENABLE
|
|
bool "Enable Http"
|
|
default y
|
|
|
|
config HTTP_OTA_WITH_BLE
|
|
bool "Enable Http Ota With Ble"
|
|
default n
|
|
|
|
config LITE_LOG_ENABLED
|
|
bool "Enable Lite Log Enable"
|
|
default n
|
|
help
|
|
Enable http log
|
|
|
|
endmenu
|