From 68fa0fbc0f675fba7b73f7bd5c80e7e9b1267da1 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Mon, 28 Aug 2017 20:16:50 +0200 Subject: [PATCH] change server url an port again --- lightscontrol-client.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lightscontrol-client.ino b/lightscontrol-client.ino index a70d66c..cdbc676 100644 --- a/lightscontrol-client.ino +++ b/lightscontrol-client.ino @@ -8,8 +8,8 @@ #include const char* host = "ursaminor.fra80"; -String serviceUri = "/service.php"; -const int httpPort = 8088; +String serviceUri = "/lightscontrol/service.php"; +const int httpPort = 80; const int relaisPin = D2;