Skip to content

Commit f6b484b

Browse files
committed
Add debug message, rename source file
1 parent 5b4185a commit f6b484b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ArduinoMkrSpanSample.ino renamed to arduino-mkr-sample.ino

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ void setup()
4747

4848
// Initialise the UDP sender class
4949
Udp.begin(localPort);
50+
Serial.println("Setup complete");
5051
}
5152

5253
// This is the address and port of the Span service (172.16.15.14:1234)

0 commit comments

Comments
 (0)