Need to increase the Cooja serial buffer size to accomodate the traffic
This commit is contained in:
parent
2b549f3789
commit
e859ad8e05
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
const struct simInterface rs232_interface;
|
||||
|
||||
#define SERIAL_BUF_SIZE 1024
|
||||
#define SERIAL_BUF_SIZE 2048
|
||||
|
||||
// COOJA variables
|
||||
char simSerialReceivingData[SERIAL_BUF_SIZE];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue