Increase max receiveable packages to 12
* Required for large eventlogs
This commit is contained in:
parent
081b19f9fb
commit
3abc7d7e3d
@ -16,7 +16,7 @@ enum {
|
||||
FRAGMENT_OK = 0
|
||||
};
|
||||
|
||||
#define MAX_RF_FRAGMENT_COUNT 5
|
||||
#define MAX_RF_FRAGMENT_COUNT 12
|
||||
#define MAX_RETRANSMIT_COUNT 5
|
||||
|
||||
class CommandAbstract;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user