itead / ITEADLIB_Arduino_WeeESP8266

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

Problems using SoftwareSerial as ESP8299 port #12

Closed Luminaric closed 9 years ago

Luminaric commented 9 years ago

I'm running the example TCPClientSingleUNO it's straight forward, however when I complile with only the #defines needed to connect changed I get this. TCPClientSingleUNO.ino:30:22: error: no matching function for call to 'ESP8266::ESP8266(SoftwareSerial&)' ESP8266.h defines this. Any ideas where the problem my lay?

shennongmin commented 9 years ago

In README.md, I have mentioned it. Please read the section "Using SoftwareSerial" in README.md.