We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5b8be commit d7b8b60Copy full SHA for d7b8b60
examples/PagerServer/PagerServer.ino
@@ -64,6 +64,8 @@ void loop() {
64
Serial.println(s); // print the message to Serial Monitor
65
client.print("echo: "); // this is only for the sending client
66
server.println(s); // send the message to all connected clients
67
+#ifndef ARDUINO_ARCH_SAM
68
server.flush(); // flush the buffers
69
+#endif /* !defined(ARDUINO_ARCH_SAM) */
70
}
71
0 commit comments