Rdzleo dbdd304905 代码初始化:
本项目为触摸版项目代码复制而来,基于此版本进行按键功能的适配!
2026-03-23 11:14:56 +08:00

18 lines
548 B
Plaintext

menu "ESP-Brookesia: Agent Openai Configurations"
config BROOKESIA_AGENT_OPENAI_ENABLE_CONFIGS
bool
select MBEDTLS_SSL_PROTO_DTLS
select ESP_WS_CLIENT_SEPARATE_TX_LOCK
default y
config BROOKESIA_AGENT_OPENAI_ENABLE_AUTO_REGISTER
bool "Enable automatic plugin registration"
default y
help
Automatically register the agent as a plugin on startup.
config BROOKESIA_AGENT_OPENAI_ENABLE_DEBUG_LOG
bool "Enable debug or lower level logs"
default n
endmenu