mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-27 12:49:49 +00:00
more buffer
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user