IR: increase raw timings amount (#1388)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
SG 2022-07-14 20:06:25 +03:00 committed by GitHub
parent 975ee0c009
commit 6ac1ed2aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;