Fixed it so it only pulls the ip once
This commit is contained in:
@@ -15,3 +15,5 @@ WebSocketsClient webSocket;
|
||||
#define IP_ADDRESS "192.168.137.12"
|
||||
|
||||
char *buffer = (char *)malloc(sizeof(char) * BUFFER_SIZE);
|
||||
const char* serverIp = NULL; // Declare serverIp here
|
||||
bool ipAquired = false;
|
Reference in New Issue
Block a user