Skip to content

Commit

Permalink
Fix Native Gate node_config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Sep 18, 2023
1 parent 3c3e8ce commit 23428f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/projects/native/gate_wscom/node_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */

0 comments on commit 23428f6

Please sign in to comment.