Skip to content

Commit

Permalink
Merge pull request Aircoookie#4090 from willmmiles/ino-to-cpp
Browse files Browse the repository at this point in the history
Rename wled00.ino to wled_main.cpp
  • Loading branch information
softhack007 committed Oct 11, 2024
1 parent 98b98b7 commit 294db38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wled00/wled00.ino → wled00/wled_main.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#include <Arduino.h>
/*
* WLED Arduino IDE compatibility file.
* (this is the former wled00.ino)
*
* Where has everything gone?
*
* In April 2020, the project's structure underwent a major change.
* In April 2020, the project's structure underwent a major change.
* We now use the platformIO build system, and building WLED in Arduino IDE is not supported any more.
* Global variables are now found in file "wled.h"
* Global function declarations are found in "fcn_declare.h"
*
Expand Down

0 comments on commit 294db38

Please sign in to comment.