Skip to content

Commit 5cb49c8

Browse files
authored
Merge pull request wled#4090 from willmmiles/ino-to-cpp
Rename wled00.ino to wled_main.cpp
2 parents 9940d25 + 2443e2e commit 5cb49c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
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)