-->
Page 1 of 1

How to host a website with a esp Node MCU?

PostPosted: Thu Feb 16, 2017 2:15 am
by JayantB
I had a code to have a button control a LED on a webpage using a Node MCU
I modified the buttons a bit on the website, changed the HTML code with Bootstrap
does anyone know upload it in my Node MCU
In the previous original code, the Node MCU server replied to a client request a hosted the webpage having just a button
a lot of HTML syntaxes give errors in a Arduino IDE if I port by writing client.print("Html code line by line")
Can someone help me out ?