increase the default used number channels for server

This commit is contained in:
Volker Fischer 2014-03-11 19:39:44 +00:00
parent ca3b504544
commit 461650d4e2

View file

@ -178,7 +178,7 @@ LED bar: lbr
// actual number of used channels in the server
// this parameter can safely be changed from 1 to MAX_NUM_CHANNELS
// without any other changes in the code
#define DEFAULT_USED_NUM_CHANNELS 7 // default used number channels for server
#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