switch to UIPArtNet v0.1.0

This commit is contained in:
adb 2021-02-20 00:39:21 +01:00
parent b9415cc798
commit 8b3c8a671a

View File

@ -21,8 +21,8 @@
#include <ESP8266WiFi.h>
#include <WiFiUdp.h>
#elif defined (TEENSYDUINO) || defined (__AVR__)
#include <Ethernet.h>
#include <EthernetUdp.h>
#include <UIPEthernet.h>
#include <UIPUdp.h>
#endif