kopia lustrzana https://github.com/Aircoookie/WLED
Fix 24-key IR remote (#738)
rodzic
0a363d5fc0
commit
cffee7bfa7
|
@ -90,8 +90,8 @@ void decodeIR(uint32_t code)
|
|||
// sets bright plain white
|
||||
default: return;
|
||||
}
|
||||
colorUpdated(NOTIFIER_CALL_MODE_BUTTON); //for notifier, IR is considered a button input
|
||||
}
|
||||
colorUpdated(NOTIFIER_CALL_MODE_BUTTON); //for notifier, IR is considered a button input
|
||||
//code <= 0xF70000 also invalid
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue