This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how can I extend the maximum number of servers per client?


Hello
I need to increase the maximum number of servers for clients to 100.
I saw that in the light_switch_example_common.h file, the definition
#define SERVER_NODE_COUNT (30),
followed by the note:
#if SERVER_NODE_COUNT> 30
#error Maximum 30 servers currently supported by client example.
#endif

Can I set SERVER_NODE_COUNT (100) without any problems?
what appens if I imposed it at 100?

thanks for any suggestions
Marco

Related