Skip to content

Commit 92a3c33

Browse files
rado17krish2718
authored andcommitted
[nrf noup] settings: Increase max length for settings
Increase the maximum length for settings to accommodate the new fields added in `wifi_credentials_header`. Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent 4881f9b commit 92a3c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/settings/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extern "C" {
3636

3737
#define SETTINGS_MAX_DIR_DEPTH 8 /* max depth of settings tree */
3838
#define SETTINGS_MAX_NAME_LEN (8 * SETTINGS_MAX_DIR_DEPTH)
39-
#define SETTINGS_MAX_VAL_LEN 256
39+
#define SETTINGS_MAX_VAL_LEN 512
4040
#define SETTINGS_NAME_SEPARATOR '/'
4141
#define SETTINGS_NAME_END '='
4242

0 commit comments

Comments
 (0)