* repeater: MAX_CLIENTS now defaults to 32

Цей коміт міститься в:
Scott Powell
2025-05-15 20:36:09 +10:00
джерело 6dc9920be7
коміт 1680eb29aa
+3 -1
Переглянути файл
@@ -105,7 +105,9 @@ struct ClientInfo {
uint8_t out_path[MAX_PATH_SIZE]; uint8_t out_path[MAX_PATH_SIZE];
}; };
#define MAX_CLIENTS 4 #ifndef MAX_CLIENTS
#define MAX_CLIENTS 32
#endif
struct NeighbourInfo { struct NeighbourInfo {
mesh::Identity id; mesh::Identity id;