增加OTA升级

This commit is contained in:
2025-10-01 08:49:56 +08:00
parent 6db2cfb93e
commit 60309a0d89
7 changed files with 134 additions and 35 deletions

14
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"files.associations": {
"array": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"ranges": "cpp",
"regex": "cpp"
}
}