添加SLCP102打包逻辑;

This commit is contained in:
何 泽隆
2024-11-16 18:57:23 +08:00
parent 272b7c68b2
commit 628ce8bf27
4 changed files with 91 additions and 6 deletions

View File

@@ -204,6 +204,6 @@ if __name__ == "__main__":
path_main = Path(r"D:\WorkingProject\LightStackAdapter\software\lamina_adapter\lamina_adapter\Debug")
# Process0(path_boot1, path_main) # 适配器SLCP001
# Process1(path_boot2, path_main) # 适配器SLCP101
Process1_v2(path_boot2, path_main) # 适配器SLCP102
Process1(path_boot2, path_main) # 适配器SLCP101
# Process1_v2(path_boot2, path_main) # 适配器SLCP102
# Process2()