just trying to setup a little webserver with my ESP-12E.
I am editing a html-site with some css-functionality with notepad++.
Can anybody give me a hint, what would be the easiest way to convert it into "arduino-code"
I do not want to use a filesystem (e.g. SD-card or SPIFFS)
Looking at the examples, I found this way:
Here I have to add manually a "\" at the end of every line.
snprintf ( temp, 400,
"<html>\
<head>\
<meta http-equiv='refresh' content='5'/>\
<title>ESP8266 Demo</title>\
<style>\
body { background-color: #cccccc; font-family: Arial, Helvetica, Sans-Serif; Color: #000088; }\
.....
server.send ( 200, "text/html", temp );
Does anybody know a more recent possibility?
thx in advance
ESP8266 Arduino add-on
Arduino IDE 1.6.5