commit | 631312334ef312740ec8baa7a5e5ef04ddb6ae7a | [log] [tgz] |
---|---|---|
author | Chaitanya Tata <Chaitanya.Tata@nordicsemi.no> | Wed Jul 12 01:48:17 2023 +0530 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Tue Jul 18 11:08:23 2023 +0000 |
tree | 71d9d33634134135904e4bbc88eb4fcf6704180f | |
parent | a5f8c775d7ac24a07876cc1d5f4150ec786e69f8 [diff] |
samples: lwm2m: Fix default ID length check for DTLS If the default which is set to CONFIG_BOARD is used, then the lwm2m client fails to set the client identity as the default maximum length allowed is only 16 and for some boards this exceeds. So, increase the default length to accomodate almost all boards. Also add a build assert for the length validation. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>