) missing
Posted: Fri Dec 01, 2017 10:20 am
Hi,
It's not clear why I get "excepted ) before radio. Probably an escape char must be used. But why and where?
It there any rules about that?
thanks
It's not clear why I get "excepted ) before radio. Probably an escape char must be used. But why and where?
It there any rules about that?
Code: Select all
client.println("<input type="radio" name="RedLEDState" value="RED_OFF" checked="checked"> OFF<br>");
thanks