ESP8266 as Access Point and Web Server , Control GPIO and Servo by Web
html2Ccode.py was wrote on python2 language
python html2Ccode.py -i -o -p is html source code file is output source code file is a name of variable that used in your code
python html2Ccode.py -i index.html -o index2.h -p htmlCode
Sketch->add file choose your file that generated by html2Ccode.py like as : index2.h or your generated file
Ex. add #include<index2.h> to your code please replace index2.h by your outputfile
Ex. add htmlCode_init() please replace htmlCode by your parameter
for (i=0;i<pageCount;i++){
client.print(htmlCode[i]); please replace htmlCode by your parameter
}