change to UIPEthernet library for ENC28J60 chip

master
adb 4 years ago
parent d4cde7879a
commit 5a0fe7e12c

@ -24,7 +24,7 @@ with the ATEM library. If not, see http://www.gnu.org/licenses/.
#include "WProgram.h" #include "WProgram.h"
#endif #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}; uint8_t commandBytes2[8] = {0x01, mediaPlayer-1, movieclip?2:1, 0xbf, movieclip?0x96:0xd5, 0xb6, 0x04, 0};
_sendCommandPacket("MPSS", commandBytes2, 8); _sendCommandPacket("MPSS", commandBytes2, 8);
} }
} }

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