How to debug ESP8266 code usind Arduino IDE?
Posted: Mon Apr 27, 2015 3:03 pm
I'm using Arduino IDE to write, compile and upload my code into ESP, but if I write
Code: Select all
at setup() section and Serial.begin(115200);
Code: Select all
ESP just freezes. What can I do to fix this? There is a problem with my code and would be nice to use Serial.print() to debug it.Serial.print("Some text");