Small fix

This commit is contained in:
2018-03-08 22:23:16 +03:00
parent a87207121b
commit 45cbd8b4a0
9 changed files with 196 additions and 70 deletions

View File

@@ -39,7 +39,9 @@ e-mail anklimov@gmail.com
#endif
#if defined(__ESP__)
#include <ESP-Dmx.h>
#include <ESPDMX.h>
extern DMXESPSerial dmxout;
#define DmxWrite dmxout.write
#endif
#if defined(__SAM3X8E__)