How can i add more nodes server in light switch example in Mesh SDK 1.0.0?, i change #define SERVER_COUNT to 52 and work fine, but when i change it to more than 52 don´t let me compile.
How can i add more nodes server in light switch example in Mesh SDK 1.0.0?, i change #define SERVER_COUNT to 52 and work fine, but when i change it to more than 52 don´t let me compile.
Hi
Can you provide some more information on the failure?
Most likely you are running out of memory, as each additional server needs a certain amount of RAM.
I am also a bit curious why you need so many servers?
Most use cases require far less than that.
I would also recommend switching to version 2.0.1 of the mesh SDK if you can, as it includes several improvements over v1.
Best regards
Torbjørn
Hi
Can you provide some more information on the failure?
Most likely you are running out of memory, as each additional server needs a certain amount of RAM.
I am also a bit curious why you need so many servers?
Most use cases require far less than that.
I would also recommend switching to version 2.0.1 of the mesh SDK if you can, as it includes several improvements over v1.
Best regards
Torbjørn