18 lines
263 B
Plaintext
Raw Normal View History

2025-02-27 17:59:18 +08:00
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