烧录NodeMCU及环境搭建(刷新运行失败)

版权声明:注明出处,随意转发。 https://blog.csdn.net/wyyyh9458/article/details/85679330

烧录工具:https://github.com/marcelstoer/nodemcu-pyflasher

安装wxpython:
echo "deb http://cz.archive.ubuntu.com/ubuntu trusty main universe" | sudo tee /etc/apt/sources.list.d/wily-copies.list
sudo apt update
sudo apt install python-wxgtk2.8
sudo rm /etc/apt/sources.list.d/wily-copies.list
sudo apt update

安装串口库:
pip install pyserial

关于此库的使用:https://blog.csdn.net/gx768233721/article/details/80874685

正常运行,但当点击刷新时,出现错误:gtk_text_view_validate_onscreen: assertion failed

猜你喜欢

转载自blog.csdn.net/wyyyh9458/article/details/85679330