18 lines
263 B
Plaintext
18 lines
263 B
Plaintext
![]() |
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
|