What I do: Serial.println(clientIP);
All I need is to store the IP to an array and then compare it again with the "clientIP" value
I dont care about the format as I can see it using serial.print
Something like that: "loggedip[]= clientIP[];"
What I do: Serial.println(clientIP);
All I need is to store the IP to an array and then compare it again with the "clientIP" value
I dont care about the format as I can see it using serial.print
Something like that: "loggedip[]= clientIP[];"