开云体育

Locked Re: RFID Connectivity #rfid


 

Does the start of this loop de-reference the `client` variable before it’s been set for the first time?

Bob

On Apr 28, 2023, at 10:27 AM, Thomas Seitz <thomas.seitz@...> wrote:

void loop() {
if (!client.connected()) {
client.stop();
client = server.available();
if (client) {
Serial.println("Client connected");
}
}

Bob Jacobsen
rgj1927@...

Join [email protected] to automatically receive all group messages.