Skip to content

Commit 6b89521

Browse files
committed
fixes new rgbw-strandtest example for Build IDE
1 parent cb5e28a commit 6b89521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: firmware/examples/rgbw-strandtest.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
/* ======================= includes ================================= */
99

1010
#include "application.h"
11-
#include "neopixel.h"
11+
#include "neopixel/neopixel.h" // use for Build IDE
12+
// #include "neopixel.h" // use for local build
1213

1314
/* ======================= prototypes =============================== */
1415

0 commit comments

Comments
 (0)