mirror of
https://github.com/wled/WLED.git
synced 2025-07-28 13:16:34 +00:00
Fix 24-key IR remote (#738)
This commit is contained in:
parent
0a363d5fc0
commit
cffee7bfa7
@ -90,8 +90,8 @@ void decodeIR(uint32_t code)
|
|||||||
// sets bright plain white
|
// sets bright plain white
|
||||||
default: return;
|
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
|
//code <= 0xF70000 also invalid
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user