diff options
Diffstat (limited to 'include/udp.h')
-rwxr-xr-x | include/udp.h | 4 |
1 files 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 <WiFiUdp.h>
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);
|