change server url an port again

This commit is contained in:
Jannik Beyerstedt 2017-08-28 20:16:50 +02:00
parent 7f2d3f1ae8
commit 68fa0fbc0f
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
#include <ESP8266WiFi.h>
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;