瀏覽代碼

IR: increase raw timings amount (#1388)

Co-authored-by: あく <alleteam@gmail.com>
SG 3 年之前
父節點
當前提交
6ac1ed2aaa
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;