feat(.vscode/tasks.json): 增加创建构建目录的任务以便于构建过程

🔧 fix(.vscode/launch.json): 修改程序路径并启用在入口时停止的选项

🎨 style(.vscode/settings.json): 添加文件关联以增强代码识别

🐛 fix(demo/oled/test.c): 修复睡眠函数调用格式以确保正确执行
This commit is contained in:
JiXieShi
2024-12-15 22:42:46 +08:00
parent 18e6cf26be
commit 68d2ce3205
4 changed files with 68 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ int Test_OLED(void *pVoid) {
//// sprintf(buf, "DATA:%d", s);
//// OLED_ShowString(&oled, 2, 51, buf, 12);
// OLED_Refresh(&oled);
// Sleep(200);
Sleep(200);
}
SIM_OLED_STOP();
}