Skip to content

Commit 748e3ee

Browse files
committed
Sketch shouldn't have UDP enable by default
1 parent d819af4 commit 748e3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/examples/GatewayW5100/GatewayW5100.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
#define MY_RF24_CS_PIN 6
7070

7171
// Enable to UDP
72-
#define MY_USE_UDP
72+
//#define MY_USE_UDP
7373

7474
#define MY_IP_ADDRESS 192,168,178,66 // If this is disabled, DHCP is used to retrieve address
7575
// Renewal period if using DHCP

0 commit comments

Comments
 (0)