Increase max receiveable packages to 12

* Required for large eventlogs
This commit is contained in:
Thomas Basler 2022-08-03 19:21:52 +02:00
parent 081b19f9fb
commit 3abc7d7e3d

View File

@ -16,7 +16,7 @@ enum {
FRAGMENT_OK = 0 FRAGMENT_OK = 0
}; };
#define MAX_RF_FRAGMENT_COUNT 5 #define MAX_RF_FRAGMENT_COUNT 12
#define MAX_RETRANSMIT_COUNT 5 #define MAX_RETRANSMIT_COUNT 5
class CommandAbstract; class CommandAbstract;