gpio handler is working

This commit is contained in:
Zwer2k
2021-07-04 23:59:59 +02:00
parent 7b8f10a14e
commit b205326782
24 changed files with 719 additions and 112 deletions

View File

@@ -5,11 +5,12 @@ function gethost_Version(){
function getbasepath(){
var host = window.location.hostname;
if ((host == "127.0.0.1") || (host == "localhost"))
if ((host == "127.0.0.1") || (host == "localhost") || (host == ""))
{
// host = "http://192.168.2.118"; // jomjol interner test
// host = "http://192.168.178.26"; // jomjol interner test
host = "http://192.168.178.22"; // jomjol interner Real
// host = "http://192.168.178.22"; // jomjol interner Real
host = "http://192.168.43.191";
// host = "."; // jomjol interner localhost
}