# micropython_esp32_tools **Repository Path**: cxunmz/micropython_esp32_tools ## Basic Information - **Project Name**: micropython_esp32_tools - **Description**: 快速的上传,更新,运行micropython源码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-14 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. esp32以烧录完固件 2. 进入ccnto目录执行python init.py,自动上传服务 3. 串口工具连接esp32,ctrl+d软重启,服务会自动启动,打印服务ip和端口 4. 在config.json中配置ip和端口 5. 在config.json中配置files和entry,files为要上传的文件列表,entry为入口文件 6. vscode按f5会将files中的文件上传到esp32,并执行entry文件 推荐安装插件:VsCode Action Buttons picocom -b 115200 /dev/ttyUSB0 exec(open("do.py").read())