feat: ESP-Hi 改用 MCP 协议 (#740)

* feat(esp-hi): use MCP protocol

* docs(esp-hi): Add README

* feat(esp-hi): remove redundant checks and add option to disable WebUI
This commit is contained in:
laride
2025-06-03 16:45:03 +08:00
committed by GitHub
parent 9122664f0f
commit bfc695b1ee
6 changed files with 208 additions and 258 deletions

View File

@@ -31,7 +31,7 @@
"CONFIG_NEWLIB_NANO_FORMAT=y",
"CONFIG_MMAP_FILE_NAME_LENGTH=25",
"CONFIG_ESP_CONSOLE_NONE=y",
"CONFIG_IOT_PROTOCOL_XIAOZHI=y"
"CONFIG_IOT_PROTOCOL_MCP=y"
]
}
]