Skip to content

Commit 2b29778

Browse files
Merge pull request #10 from nulllaborg/develop
示例适配最新的ai vox engine库,以及添加ai vox3开发板的示例
2 parents 59861cf + d734214 commit 2b29778

File tree

527 files changed

+889635
-2568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

527 files changed

+889635
-2568
lines changed

.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 5 deletions
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* 本文件为空索引文件,请转到 main.cpp 查看主程序
3+
* This is an empty index file, please refer to main.cpp for the main program
4+
*
5+
* 说明:
6+
* Arduino IDE 默认会寻找与项目文件夹同名的 .ino 文件作为主入口。
7+
* 为了让 Arduino IDE 正确编译项目,我们保留此空白文件作为项目入口索引。
8+
* 实际程序逻辑请在 main.cpp 中查看和修改。
9+
*
10+
* Explanation:
11+
* Arduino IDE requires a .ino file matching the project folder name as the entry point.
12+
* We keep this blank file as an index to satisfy the IDE's compilation requirements.
13+
* The actual program logic is located in main.cpp.
14+
*
15+
* 重要提示:请勿在此文件添加代码!
16+
* Important: Do not add code in this file!
17+
*/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- fno - exceptions - Wall - Werror - DLV_LVGL_H_INCLUDE_SIMPLE
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)