This commit is contained in:
2025-06-14 10:56:21 +03:00
parent fab461f771
commit e60224662e

View File

@@ -19,11 +19,11 @@
static const uint8_t _encoder_matrix[7][4] = { static const uint8_t _encoder_matrix[7][4] = {
{0x03, 0x02, 0x01, 0x00}, {0x03, 0x02, 0x01, 0x00},
{0x03 | 0x20, 0x00, 0x01, 0x00}, {0x23, 0x00, 0x01, 0x00},
{0x03 | 0x10, 0x02, 0x00, 0x00}, {0x13, 0x02, 0x00, 0x00},
{0x03, 0x05, 0x04, 0x00}, {0x03, 0x05, 0x04, 0x00},
{0x03, 0x03, 0x04, 0x00 | 0x10}, {0x03, 0x03, 0x04, 0x00},
{0x03, 0x05, 0x03, 0x00 | 0x20}, {0x03, 0x05, 0x03, 0x00},
}; };
static QueueHandle_t _queue_handle = NULL; static QueueHandle_t _queue_handle = NULL;