Update decode.cpp

Added 1 new model
This commit is contained in:
ElVit 2026-01-14 10:57:04 +01:00 committed by GitHub
parent 16d1e4f993
commit fbe397dbbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ constexpr const uint8_t KnownModels[NUMBER_OF_MODELS][10] = {
{0xE2, 0xCF, 0x0C, 0x74, 0x09, 0x12, 0xD0, 0x0E, 0x94, 0x05}, // 54
{0x12, 0xD7, 0x0D, 0x98, 0x11, 0x33, 0x94, 0x0C, 0x83, 0x10}, // 55
{0xE2, 0xD5, 0x0B, 0x08, 0x95, 0x02, 0xD6, 0x0F, 0x67, 0x95}, // 56
{0xE2, 0xD5, 0x0D, 0x36, 0x99, 0x02, 0xD6, 0x10, 0x66, 0x95}, // 57
};
int PanasonicDecode::getBit1(uint8_t input) {