This commit is contained in:
2024-02-15 17:01:53 +03:00
parent b517e4e6ad
commit 4a8195e561
2 changed files with 2 additions and 31 deletions

View File

@ -405,6 +405,8 @@ void IR_Decoder::writeToBuffer(bool bit) {
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
}
bool IR_Decoder::crcCheck(uint8_t len, crc_t& crc) {
bool crcOK = false;