将components下的文件夹复制到别一个文件夹下,并重新生成CMakelist.txt文件
一、将components下的文件夹复制到别一个文件夹下,并重新生成CMakelist.txt文件
二、python程序
import os
from pathlib import Path
import shutil# 获取当前文件夹
current_directory Path.cwd()
# 目标文件夹
target_root Path(r"C:\***\esp32practise\0…
2026/8/16 5:16:40