We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9940d25 + 2443e2e commit 5cb49c8Copy full SHA for 5cb49c8
wled00/wled00.ino wled00/wled_main.cppwled00/wled00.ino renamed to wled00/wled_main.cpp
@@ -1,9 +1,12 @@
1
+#include <Arduino.h>
2
/*
3
* WLED Arduino IDE compatibility file.
4
+ * (this is the former wled00.ino)
5
*
6
* Where has everything gone?
7
- * 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.
10
* Global variables are now found in file "wled.h"
11
* Global function declarations are found in "fcn_declare.h"
12
0 commit comments