forked from xiaozhi/xiaozhi-esp32
Support for DIY AI Watch HU-087 kit (#1445)
* Added new board for hu-087 smart AI watch * Added a README with link to prouct on Aliexpress * Trying to control chatbot mode instead of listening state * Removed the esp32-s3 prefix for the board * Changed board name to match folder naming * Fixed formating and long URL * Fixed typo in README.md
This commit is contained in:
@@ -553,6 +553,10 @@ elseif(CONFIG_BOARD_TYPE_AIPI_LITE)
|
||||
set(BUILTIN_TEXT_FONT font_puhui_basic_14_1)
|
||||
set(BUILTIN_ICON_FONT font_awesome_14_1)
|
||||
set(DEFAULT_EMOJI_COLLECTION twemoji_32)
|
||||
elseif(CONFIG_BOARD_TYPE_HU_087)
|
||||
set(BOARD_TYPE "hu-087")
|
||||
set(BUILTIN_TEXT_FONT font_puhui_basic_14_1)
|
||||
set(BUILTIN_ICON_FONT font_awesome_14_1)
|
||||
endif()
|
||||
|
||||
file(GLOB BOARD_SOURCES
|
||||
|
||||
Reference in New Issue
Block a user