Merge pull request #4090 from willmmiles/ino-to-cpp

Rename wled00.ino to wled_main.cpp
pull/4104/head
Frank 2024-08-15 18:23:53 +02:00 zatwierdzone przez GitHub
commit 5cb49c86a0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -1,9 +1,12 @@
#include <Arduino.h>
/* /*
* WLED Arduino IDE compatibility file. * WLED Arduino IDE compatibility file.
* (this is the former wled00.ino)
* *
* Where has everything gone? * 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 variables are now found in file "wled.h"
* Global function declarations are found in "fcn_declare.h" * Global function declarations are found in "fcn_declare.h"
* *