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