Merge pull request #1514 from ssilverman/add-octo-include

Include OctoWS2811.h if USE_OCTOWS2811 is defined
This commit is contained in:
Mark Kriegsman 2023-09-03 10:57:48 -04:00 committed by GitHub
commit c63fa0c8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -43,6 +43,10 @@
#include <DMXSerial.h>
#endif
#ifdef USE_OCTOWS2811
#include <OctoWS2811.h>
#endif
#include <stdint.h>
#include "cpp_compat.h"

View File

@ -3,7 +3,7 @@
#ifdef USE_OCTOWS2811
// #include "OctoWS2811.h"
#include "OctoWS2811.h"
FASTLED_NAMESPACE_BEGIN

View File

@ -3,7 +3,7 @@
#ifdef USE_OCTOWS2811
// #include "OctoWS2811.h"
#include "OctoWS2811.h"
FASTLED_NAMESPACE_BEGIN