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;