mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* repeater: MAX_CLIENTS now defaults to 32
This commit is contained in:
parent
6dc9920be7
commit
1680eb29aa
1 changed files with 3 additions and 1 deletions
|
|
@ -105,7 +105,9 @@ struct ClientInfo {
|
|||
uint8_t out_path[MAX_PATH_SIZE];
|
||||
};
|
||||
|
||||
#define MAX_CLIENTS 4
|
||||
#ifndef MAX_CLIENTS
|
||||
#define MAX_CLIENTS 32
|
||||
#endif
|
||||
|
||||
struct NeighbourInfo {
|
||||
mesh::Identity id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue