Parcourir la source

Version 6.3.2; Docu

platenspeler il y a 5 ans
Parent
commit
7fe8550d5b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 += "}";