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 commit 1fe349d5b407fb33033490308372bdfcb621e5d7. * Revert "Update README.md" This reverts commit 8fc7dc8e68a47f0318c154eafd3b1d36c6f4f1f7. * Revert "Update README_en.md" This reverts commit 346ab09b90dafdaa6112bca50d8925634a87b052. * 增加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