We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4185a commit f6b484bCopy full SHA for f6b484b
ArduinoMkrSpanSample.ino renamed to arduino-mkr-sample.ino
@@ -47,6 +47,7 @@ void setup()
47
48
// Initialise the UDP sender class
49
Udp.begin(localPort);
50
+ Serial.println("Setup complete");
51
}
52
53
// This is the address and port of the Span service (172.16.15.14:1234)
0 commit comments