阅读此片前需要安装platformIO https://blog.youkuaiyun.com/weixin_43794311/article/details/128722001
VScode支持的仿真平台
https://docs.wokwi.com/zh-CN/vscode/getting-started
- 编译:Ctrl +Alt +B
- 上传并重启模拟器:Ctrl+Shif+P Wokwi:Start Simulator
- 调试:Ctrl+Shif+P Wokwi:Start Simulator Wait for Debugger
下载示例
快速查询手册
https://docs.01studio.cc/esp32/quickref.html
wokwi配置
https://docs.wokwi.com/vscode/project-config
[wokwi]
version = 1
firmware = 'path-to-your-firmware.hex'
elf = 'path-to-your-firmware.elf'
http://nodemcu-dev.doit.am/1.html
https://blog.youkuaiyun.com/weixin_49337111/article/details/136479524