Increased **MAX_RELIABLE_COMMANDS** to 512

This commit is contained in:
OM 2023-05-22 23:28:30 +02:00
parent fe01523cb1
commit 6c874641d7

View file

@ -188,7 +188,7 @@ NET
#define PORT_ANY -1
#define MAX_RELIABLE_COMMANDS 64 // max string commands buffered for restransmit
#define MAX_RELIABLE_COMMANDS 512 // max string commands buffered for restransmit
typedef enum {
NA_BOT,