ESP8266 Web Server ERROR
Posted: Sat Apr 30, 2016 2:10 pm
Hi everybody!
I'm getting an error when I try this but I don't know why.
Does anybody know why? Thanks in advance!
I'm getting an error when I try this but I don't know why.
Code: Select all
error: 'function' does not name a type
'function' does not name a type
Code: Select all
...
const char web_site[] PROGMEM = R"=====(
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
function a(){ ... }
)=====";
...
Does anybody know why? Thanks in advance!