tuanpmt / espduino

ESP8266 network client (mqtt, restful) for Arduino
http://tuanpm.net/post/espduino
MIT License
382 stars 122 forks source link

How to work on Arduino Mega. #59

Open harshcht opened 7 years ago

harshcht commented 7 years ago

Hi I was trying to work the code with arduino mega. The only change I did was use Hardware serial3 instead of software serial on pins 2 and 3. However when I run the code I keep getting the following error: ARDUINO: Invalid CRC in a loop. From what I could understand the program is getting stuck at esp.ready function(). What does this mean and how can I correct this error.