编译通过

This commit is contained in:
lmx
2025-10-31 17:43:12 +08:00
parent 830b4637dd
commit 8828f24549
24 changed files with 69089 additions and 68824 deletions

View File

@ -86,7 +86,7 @@ void collect_and_buffer_sensor_data_task(void) {
}
// 定义数组大小
#define ARRAY_SIZE (5)
#define ARRAY_SIZE (178)
// 在 main 函数外部声明为全局变量,它将被存储在静态数据区
unsigned char global_data_array[ARRAY_SIZE];