From 23428f6e6661cf0bb7067364b7045f9570e3e3bc Mon Sep 17 00:00:00 2001 From: Nicolas Rabault Date: Tue, 12 Sep 2023 18:18:18 +0200 Subject: [PATCH] Fix Native Gate node_config --- examples/projects/native/gate_wscom/node_config.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/projects/native/gate_wscom/node_config.h b/examples/projects/native/gate_wscom/node_config.h index 94e496935..c789f57da 100644 --- a/examples/projects/native/gate_wscom/node_config.h +++ b/examples/projects/native/gate_wscom/node_config.h @@ -107,10 +107,10 @@ * PIPE_TX_BUFFER_SIZE | 2048 | Transmit pipe buffer size * INIT_TIME | 150 | Wait init time before first detection ******************************************************************************/ -#define GATE_BUFF_SIZE 65000 -#define PIPE_RX_BUFFER_SIZE 65000 -#define PIPE_TX_BUFFER_SIZE 65000 -#define INIT_TIME 150 -#define GATE_REFRESH_TIME_S 0.05f - +#define GATE_BUFF_SIZE 65000 +#define PIPE_RX_BUFFER_SIZE 65000 +#define PIPE_TX_BUFFER_SIZE 65000 +#define SERIAL_RX_BUFFER_SIZE 65000 +#define INIT_TIME 150 +#define GATE_REFRESH_TIME_S 0.05f #endif /* _NODE_CONFIG_H_ */