Wifi web based configuration.

This commit is contained in:
ourairquality 2016-09-02 23:02:57 +10:00 committed by Our Air Quality
parent 5c885c7722
commit 26a5eba0ad
19 changed files with 2109 additions and 5 deletions

View file

@ -0,0 +1,6 @@
"HTTP/1.0 200 \r\n"
"Content-Type: text/javascript\r\n"
"Cache-Control: max-age=900\r\n"
"\r\n"
"function myFunction() { var x = document.getElementById(\"myTopnav\");"
"if (x.className === \"topnav\") { x.className += \" responsive\"; } else { x.className = \"topnav\"; } }"