commit 0e786c12eb7bbb1e84bd2c08e5cd5c7820c406b8 Author: wandering1 <1624155937@qq.com> Date: Mon Mar 2 15:45:29 2026 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..60d7971 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# ---> AL +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ +*.app +.snapshots/* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3dec8d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# DTU-RemtoeLCD + +网络调试的远程显示LCD模拟软件 \ No newline at end of file