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:
Piat Jonathan
2025-12-01 12:30:40 +01:00
committed by GitHub
parent e8f68a331f
commit 33c2fe90a8
6 changed files with 204 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{
"target": "esp32s3",
"builds": [
{
"name": "hu-087",
"sdkconfig_append": []
}
]
}