From 4c28fb525edc64fa16c6c3bf10929dca65d9c77c Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 4 Dec 2019 06:12:15 +0100 Subject: esp32 refactoring --- code/esp32/components/eos/include/transport.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 code/esp32/components/eos/include/transport.h (limited to 'code/esp32/components/eos/include/transport.h') diff --git a/code/esp32/components/eos/include/transport.h b/code/esp32/components/eos/include/transport.h deleted file mode 100644 index 356014d..0000000 --- a/code/esp32/components/eos/include/transport.h +++ /dev/null @@ -1,13 +0,0 @@ -#include - -#define EOS_IPv4_ADDR_SIZE 4 - -typedef struct EOSNetAddr { - unsigned char host[EOS_IPv4_ADDR_SIZE]; - uint16_t port; -} EOSNetAddr; - -void eos_wifi_init(void); -void eos_wifi_connect(char *ssid, char *password); -void eos_wifi_disconnect(void); -ssize_t eos_wifi_send(void *msg, size_t msg_size, EOSNetAddr *addr); -- cgit v1.2.3