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:
@@ -438,6 +438,9 @@ choice BOARD_TYPE
|
||||
config BOARD_TYPE_AIPI_LITE
|
||||
bool "AIPI-Lite"
|
||||
depends on IDF_TARGET_ESP32S3
|
||||
config BOARD_TYPE_HU_087
|
||||
bool "HU-087"
|
||||
depends on IDF_TARGET_ESP32S3
|
||||
endchoice
|
||||
|
||||
choice
|
||||
@@ -471,7 +474,7 @@ choice ESP_S3_LCD_EV_Board_Version_TYPE
|
||||
endchoice
|
||||
|
||||
choice DISPLAY_OLED_TYPE
|
||||
depends on BOARD_TYPE_BREAD_COMPACT_WIFI || BOARD_TYPE_BREAD_COMPACT_ML307 || BOARD_TYPE_BREAD_COMPACT_ESP32
|
||||
depends on BOARD_TYPE_BREAD_COMPACT_WIFI || BOARD_TYPE_BREAD_COMPACT_ML307 || BOARD_TYPE_BREAD_COMPACT_ESP32 || BOARD_TYPE_HU_087
|
||||
prompt "OLED Type"
|
||||
default OLED_SSD1306_128X32
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user