increase the maximum number of servers in the server list from 100 to 200

This commit is contained in:
Volker Fischer 2020-03-24 22:23:49 +01:00
parent 232ddfcc79
commit 5e5637670d

View file

@ -189,7 +189,7 @@ LED bar: lbr
#define DEFAULT_USED_NUM_CHANNELS 10 // default used number channels for server
// maximum number of servers registered in the server list
#define MAX_NUM_SERVERS_IN_SERVER_LIST 100
#define MAX_NUM_SERVERS_IN_SERVER_LIST 200
// defines the time interval at which the ping time is updated in the GUI
#define PING_UPDATE_TIME_MS 500 // ms