forked from xiaozhi/xiaozhi-esp32
Add esp sparkbot support (#70)
* audio interrupt * support esp launchpad online download * Update config.toml config url * Update README.md 新窗口打开 * Update config.toml * Update config.toml * Update config.toml * Update README.md * Update config.toml * Update config.toml * Update config.toml * fix config file and bin name error fix config file and bin name error * add Esp Launchpad in readme * Update config.toml * update readme * fit all board online download * Update config.toml firmware url to releases * Update README.md * Update README_en.md * Revert "Update config.toml" This reverts commit1fe349d5b4. * Revert "Update README.md" This reverts commit8fc7dc8e68. * Revert "Update README_en.md" This reverts commit346ab09b90. * 增加esp SparkBot * sparkbot work ok * Update config.h * delete esp launchpad * Update application.cc * esp-sparkbot picture * Resolve display io and PA io conflicts on Esp Sparkbot board * Update CMakeLists.txt Keep the board type consistent with the folder name. --------- Co-authored-by: Xiaoxia <terrence@tenclass.com>
This commit is contained in:
@@ -62,6 +62,8 @@ choice BOARD_TYPE
|
||||
bool "虾哥 Mini C3"
|
||||
config BOARD_TYPE_ESP32S3_KORVO2_V3
|
||||
bool "ESP32S3_KORVO2_V3开发板"
|
||||
config BOARD_TYPE_ESP_SPARKBOT
|
||||
bool "ESP-SparkBot开发板"
|
||||
config BOARD_TYPE_ESP32S3_Touch_AMOLED_1_8
|
||||
bool "Waveshare ESP32-S3-Touch-AMOLED-1.8"
|
||||
endchoice
|
||||
|
||||
Reference in New Issue
Block a user