Seems to be working exactly like this

This commit is contained in:
2024-01-30 12:15:32 -06:00
parent 713be34f29
commit b67bd2c198
5 changed files with 95 additions and 34 deletions

View File

@ -42,7 +42,7 @@
//# define INT_ETHERNET
//#define NO_DOUBLE_BUFFER 1
#define NO_DOUBLE_BUFFER 1
/* Defaults */
#define E131_DEFAULT_PORT 5568
#define WIFI_CONNECT_TIMEOUT 15000 /* 15 seconds */
@ -187,7 +187,7 @@ class E131 {
/****** START - Ethernet ifdef block ******/
#if defined (INT_ETHERNET)
/* Unicast Ethernet Initializers */
int begin();
int begin(Wiznet5500lwIP eth);
/* Multicast Ethernet Initializers */
int beginMulticast(uint8_t *mac, uint16_t universe, uint8_t n = 1);