소스 검색

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;