We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713c835 commit 61e3a2aCopy full SHA for 61e3a2a
examples/ConnectionHandlerDemo/ConnectionHandlerDemo.ino
@@ -34,9 +34,9 @@ void setup() {
34
Serial.begin(9600);
35
/* Give a few seconds for the Serial connection to be available */
36
delay(4000);
37
-
+#ifndef __AVR__
38
setDebugMessageLevel(DBG_INFO);
39
+#endif
40
conMan.addCallback(NetworkConnectionEvent::CONNECTED, onNetworkConnect);
41
conMan.addCallback(NetworkConnectionEvent::DISCONNECTED, onNetworkDisconnect);
42
conMan.addCallback(NetworkConnectionEvent::ERROR, onNetworkError);
0 commit comments