From 3703a6f28d48ac3f2c28d07405fab17a2a402df4 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Wed, 22 May 2019 14:44:00 +0300 Subject: device: actually make it all build and such. Signed-off-by: Gediminas Jakutis --- include/udp.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 include/udp.h (limited to 'include/udp.h') diff --git a/include/udp.h b/include/udp.h deleted file mode 100755 index 9b3f785..0000000 --- a/include/udp.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef DEVICE_UDP_H -#define DEVICE_UDP_H - -#include -#include - -static const int com_port = 6996; -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); -extern void udp_push(const void * const data, const size_t size); -extern int udp_flush(void); - -#endif /* DEVICE_UDP_H */ \ No newline at end of file -- cgit v1.2.3