diff options
Diffstat (limited to 'src/device/device_network.cpp')
-rw-r--r-- | src/device/device_network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/device_network.cpp b/src/device/device_network.cpp index bd8467b..9dfe50e 100644 --- a/src/device/device_network.cpp +++ b/src/device/device_network.cpp @@ -91,7 +91,7 @@ IPAddress *discover_client(const int port) do { udp_init_packet_expaddr(bcastip, port); - udp_push(pack.data, pack.cursor + 1); + udp_push(pack.data, pack.cursor); udp_flush(); delay(5); |