Using the new Arduino IDE for ESP8266 and found bugs, report them here

Moderator: igrr

User avatar
By fromzy
#55587 Hi all,
This code send me a compilation message error for line client.write, and I absolutely do not understand why ...
I use Arduino 1.6.2
Code: Select allWiFiClient client;
...
String dbgid = "debug ";
String dbgret = "\n";
String dbgmsg = dbgid+spr+dbgret;
client.write(dbgmsg);


Thanks in advance for your help

--
Fromzy