MY_GATEWAY_MAX_CLIENTS ?
-
Using the development version and connecting to Domoticz and my MyScontroller do i need to adjust the max_clients in the Myconfig.h?
// Max number of parallel clients (sever mode)
#ifndef MY_GATEWAY_MAX_CLIENTS
#define MY_GATEWAY_MAX_CLIENTS 1
#endif
-
No. You shouldn't have to. That's the max number of clients allowed to connect simultaneously and I guess 1 is enough.