Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By martinayotte
#49067 The issue you've faced isn't related to Arduino, it is simply the fact that double quotes inside a string needs to be escaped, this is true on any C/C++ development framework.

BTW, it could have been workarounded also with single quote since it is also allowed in HTML :
Code: Select all"<textarea rows='4' cols='20' name='lcd' form='mylcdform'>"