Global variables are defined in wled.h no wled00.ino

This commit is contained in:
Victor Lft 2020-12-02 23:21:01 +01:00
parent 7b16f387df
commit a30b2f3004
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Also you can use it to load custom settings or to specify own server pages with
- `userLoop()` is called by the main `loop()` function.
### Modify WLED values
If you know what you're doing, you may choose to change the value of any global variable declared in `wled00.ino`.
If you know what you're doing, you may choose to change the value of any global variable declared in `wled.h`.
However, for basic color and brightness changes, these are the most important:
Variable Name | Type | Purpose