Procházet zdrojové kódy

IR: increase raw timings amount (#1388)

Co-authored-by: あく <alleteam@gmail.com>
SG před 3 roky
rodič
revize
6ac1ed2aaa
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lib/infrared/worker/infrared_worker.h

+ 1 - 1
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;