itead / ITEADLIB_Arduino_WeeESP8266

An easy-to-use Arduino ESP8266 library besed on AT firmware.
MIT License
526 stars 285 forks source link

ESP8266 wifi(Serial1) at Zero not working. #80

Open brodzeev opened 7 years ago

brodzeev commented 7 years ago

I'm using a Zero compatible board and I've created additional Hardware Serial on D10, D12. The additional UART is working , but when I initializing the ESP8266 class via Serial1 the Zero is stuck at setup(). Do you familiar with this issue? I'm yet haven't set the Serial (D0, D1) to the constructor of the ESP8266 class.