change server url an port again
This commit is contained in:
parent
7f2d3f1ae8
commit
68fa0fbc0f
|
@ -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;
|
||||
|
||||
|
|
Reference in a new issue