increase default maximum number of server channels from 6 to 7
This commit is contained in:
parent
433c5a60ca
commit
7c52b81287
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,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 6 // default used number channels for server
|
||||
#define DEFAULT_USED_NUM_CHANNELS 7 // default used number channels for server
|
||||
|
||||
// maximum number of servers registered in the server list
|
||||
#define MAX_NUM_SERVERS_IN_SERVER_LIST 100
|
||||
|
|
Loading…
Reference in a new issue