mirror of
https://github.com/Fishwaldo/WLED.git
synced 2025-07-07 05:28:48 +00:00
Merge branch 'master' into esp32_multistrip
This commit is contained in:
commit
70387e6976
14 changed files with 122 additions and 35 deletions
|
@ -24,8 +24,8 @@
|
|||
#define LEDPIN 1 // Legacy pin def required by some other portions of code. This pin is not used do drive LEDs.
|
||||
#endif
|
||||
|
||||
#ifndef IR_PIN
|
||||
#define IR_PIN -1 //infrared pin (-1 to disable) MagicHome: 4, H801 Wifi: 0
|
||||
#ifndef IRPIN
|
||||
#define IRPIN -1 //infrared pin (-1 to disable) MagicHome: 4, H801 Wifi: 0
|
||||
#endif
|
||||
|
||||
#ifndef RLYPIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue