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@...