Skip to content

Commit bcf8620

Browse files
committed
Update wled00.cpp
* added #include <Arduino.h> - this is basically what the preprocessing tool (wled.ino -> wled00.ino.cpp) does * added a comment that Arduino IDE is not supported, use platformIO.
1 parent 1d27aa2 commit bcf8620

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

wled00/wled00.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
#include <Arduino.h>
12
/*
23
* WLED Arduino IDE compatibility file.
4+
* (this is the former wled00.ino)
35
*
46
* Where has everything gone?
57
*
6-
* In April 2020, the project's structure underwent a major change.
8+
* In April 2020, the project's structure underwent a major change.
9+
* We now use the platformIO build system, and building WLED in Arduino IDE is not supported any more.
710
* Global variables are now found in file "wled.h"
811
* Global function declarations are found in "fcn_declare.h"
912
*

0 commit comments

Comments
 (0)