mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-05-03 14:50:20 +00:00
more buffer
This commit is contained in:
parent
0ba051569c
commit
3e3601e009
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include <Arduino.h>
|
||||
|
||||
#define IRDEBUG_INFO
|
||||
// #define IRDEBUG_INFO
|
||||
/*//////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Для работы в паре положить декодер в энкодер
|
||||
@ -107,7 +107,7 @@ typedef uint16_t crc_t;
|
||||
#endif
|
||||
|
||||
#ifndef subBufferSize
|
||||
#define subBufferSize 25 //Буфер для складирования фронтов, пока их не обработают (передатчик)
|
||||
#define subBufferSize 35 //Буфер для складирования фронтов, пока их не обработают (передатчик)
|
||||
#endif
|
||||
|
||||
#define preambPulse 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user