Change socket server URL in firmware
This commit is contained in:
parent
7dd40dabb0
commit
bb52fcff93
|
@ -6,7 +6,7 @@
|
||||||
const char* WIFI_SSID = "Protospace";
|
const char* WIFI_SSID = "Protospace";
|
||||||
const char* WIFI_PASS = "yycmakers";
|
const char* WIFI_PASS = "yycmakers";
|
||||||
char wifiMACAddr[18];
|
char wifiMACAddr[18];
|
||||||
const String API_ROUTE = String("http://tools-api.tannercollin.com/api/lockout/");
|
const String API_ROUTE = String("http://tools-socket.protospace.ca/api/lockout/");
|
||||||
|
|
||||||
#define RELAY_PIN D1
|
#define RELAY_PIN D1
|
||||||
#define ON_BUTTON_PIN D3
|
#define ON_BUTTON_PIN D3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user