Seems to be working exactly like this
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user