tuanpmt / esp_mqtt

MQTT client library for ESP8266
http://tuanpm.net/post/esp_mqtt/
MIT License
1.15k stars 401 forks source link

Error with comport window #122

Closed maiminhtien94 closed 7 years ago

maiminhtien94 commented 8 years ago

I have edit comport in makefile to same as comport in device manager but when i flash it not work and console. I did set the ESP8266 to firmware mode (GIO0 = High during boot) . image image image

tuanpmt commented 7 years ago

This is an issue of Python Serial on Windows, please check your python version and test with esptool.py before

maiminhtien94 commented 7 years ago

thanks you!