修改了指令所在的生命周期
All checks were successful
CI Pipeline / build (push) Successful in 11s

This commit is contained in:
2025-10-28 11:47:54 +00:00
parent 5e832a4781
commit 3bc571e819
12 changed files with 355 additions and 355 deletions

View File

@@ -16,5 +16,5 @@
}
}
},
"postCreateCommand": "platformio upgrade --dev && pio init && echo '环境初始化完成'" // 初始化 PlatformIO
"postAttachCommand": "platformio upgrade --dev && pio init && echo '环境初始化完成'" // 初始化 PlatformIO
}