change to UIPEthernet library for ENC28J60 chip

This commit is contained in:
adb 2020-11-20 00:22:34 +01:00
parent d4cde7879a
commit 5a0fe7e12c
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ with the ATEM library. If not, see http://www.gnu.org/licenses/.
#include "WProgram.h"
#endif
#include "ATEM.h"
#include "UIP_ATEM.h"
/**
@ -615,4 +615,4 @@ void ATEM::mediaPlayerSelectSource(uint8_t mediaPlayer, boolean movieclip, uint8
uint8_t commandBytes2[8] = {0x01, mediaPlayer-1, movieclip?2:1, 0xbf, movieclip?0x96:0xd5, 0xb6, 0x04, 0};
_sendCommandPacket("MPSS", commandBytes2, 8);
}
}
}

View File

@ -34,7 +34,7 @@ with the ATEM library. If not, see http://www.gnu.org/licenses/.
#endif
#include <EthernetUdp.h>
#include <UIPUdp.h>
class ATEM