------------- --- The webpage for the Webserver function sendWebPage(conn,answertype) if (ssid == nil) then ssid="Not set" end if (sntpserverhostname == nil) then sntpserverhostname="ptbtime1.ptb.de" end if (timezoneoffset == nil) then timezoneoffset=1 end -- Set the default color, if nothing is set if (color == nil) then color=string.char(0,0,250) end local buf="HTTP/1.1 200 OK\nServer: NodeMCU\nContent-Type: text/html\n\n" if (node.heap() < 8000) then buf = buf .. "