From 6ac1ed2aaad4ab9bb8fe99510b57115afa4b8011 Mon Sep 17 00:00:00 2001 From: SG Date: Thu, 14 Jul 2022 20:06:25 +0300 Subject: [PATCH] IR: increase raw timings amount (#1388) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: あく --- lib/infrared/worker/infrared_worker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/infrared/worker/infrared_worker.h b/lib/infrared/worker/infrared_worker.h index f54b3e01d..c6617e501 100644 --- a/lib/infrared/worker/infrared_worker.h +++ b/lib/infrared/worker/infrared_worker.h @@ -7,7 +7,7 @@ extern "C" { #endif -#define MAX_TIMINGS_AMOUNT 512 +#define MAX_TIMINGS_AMOUNT 1024 /** Interface struct of infrared worker */ typedef struct InfraredWorker InfraredWorker;