From 4bf68f9e9d553c924924296375269703c70c500a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C5=ABnas=20Ma=C5=BEeikis?= Date: Tue, 21 May 2019 20:04:52 +0300 Subject: Protocol: forgot to commit updated udp.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ramūnas Mažeikis --- include/udp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/udp.h b/include/udp.h index 358e585..9b3f785 100755 --- a/include/udp.h +++ b/include/udp.h @@ -5,8 +5,8 @@ #include static const int com_port = 6996; -IPAddress ip; /* Daemon IP */ -WiFiUDP Udp; +extern IPAddress ip; /* Daemon IP */ +extern WiFiUDP Udp; extern void discover_client(const int port); extern void udp_init_packet(IPAddress ip, const int port); -- cgit v1.2.3