We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eea27f commit 1dd516eCopy full SHA for 1dd516e
1 file changed
ESP32/MachineManager/MachineManager.ino
@@ -8,8 +8,9 @@ const char* ssid = "Metro";
8
const char* password = "nosoup4u";
9
10
const String machineID = "machine1";
11
-const String path = "http://10.124.5.254:8080/auth";
12
-const String signout = "http://10.124.5.254:8080/signout";
+const String k = "http://10.124.6.136:8080";
+const String path = k+"/auth";
13
+const String signout = k+"/signout";
14
bool signedIn = false;
15
String curr_name = "";
16
0 commit comments