Skip to content

Commit 20f7bea

Browse files
committed
mod: moving udp examples to tests
1 parent 275d355 commit 20f7bea

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

examples/udp_echo/udp_echo.ino renamed to extras/test/udp_echo/udp_echo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515

1616
#include <Arduino.h>
17-
#include <Arduino_RouterBridge.h>
17+
#include "src/Arduino_RouterBridge.h"
1818

1919
// Configuration
2020
#define LOCAL_UDP_PORT 8888 // Local port to listen on
File renamed without changes.

examples/udp_test/udp_test.ino renamed to extras/test/udp_test/udp_test.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
#include <Arduino.h>
9-
#include <Arduino_RouterBridge.h>
9+
#include "src/Arduino_RouterBridge.h"
1010

1111
// Test configuration
1212
#define TEST_UDP_PORT 8888

0 commit comments

Comments
 (0)