Przeglądaj źródła

Version 6.3.2; Docu

platenspeler 5 lat temu
rodzic
commit
7fe8550d5b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/_wwwServer.ino

+ 1 - 1
src/_wwwServer.ino

@@ -163,7 +163,7 @@ void buttonDocu()
 	response += "    txt += \"Click OK to continue viewing documentation,\\n\"; ";
 	response += "    txt += \"or Cancel to return to the home page.\\n\\n\"; ";
 	response += "    if(confirm(txt)) { ";
-	response += "      document.location.href = \"https://things4u.github.io/Projects/SingleChannelGateway/1ch_GWay.html"; ";
+	response += "      document.location.href = \"https://things4u.github.io/Projects/SingleChannelGateway/1ch_GWay.html\"; ";
 	response += "    }";
 	response += "  }";
 	response += "}";