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
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user