11
社区成员




因为用的是低版本Arduino IDE在上传程序时,报 pyserial or esptool directories not found next to this upload.py tool. 错误,一直卡在Uploding 不动。
报错 pyserial or esptool directories not found next to this upload.py tool. 看报错内容是esptool和pyserial这两个包不存在,经确认确实是两个包没有正常下载下来,执行:git submodule update --init 初始化子模块以获取外部库时因网络原因 esptool、esptool两个包未能正常下载下来。
重新获取 esptool、esptool ,参考: https://arduino-esp8266.readthedocs.io/en/latest/installing.html#boards-manager
cd D:\arduino-1.6.5\hardware\esp8266com\esp8266
git submodule update --init
https://github.com/esp8266/Arduino
https://arduino-esp8266.readthedocs.io/en/latest/installing.html#boards-manager
基于MacOS搭建ESP8266 NodeMCU CP2102开发环境