diff options
author | xengineering <me@xengineering.eu> | 2025-04-20 17:07:23 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-05-07 18:14:13 +0200 |
commit | 60e839846609b0db54304563c779335fa8253343 (patch) | |
tree | 33210305775fd07425050a678fd3c907c3fc41b6 /fw/app/src/settings.h | |
parent | 197353de06d6504cea62b9c2dbeedb384750b888 (diff) | |
download | iot-contact-60e839846609b0db54304563c779335fa8253343.tar iot-contact-60e839846609b0db54304563c779335fa8253343.tar.zst iot-contact-60e839846609b0db54304563c779335fa8253343.zip |
fw: app: http: Refactor settings handler
Diffstat (limited to 'fw/app/src/settings.h')
-rw-r--r-- | fw/app/src/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/app/src/settings.h b/fw/app/src/settings.h index 290d1ff..8c7b4e3 100644 --- a/fw/app/src/settings.h +++ b/fw/app/src/settings.h @@ -12,6 +12,7 @@ #include <zephyr/data/json.h> #define IPV6_STRLEN_MAX 39 // excluding '\0' +#define SETTINGS_JSON_MAX_LEN (IPV6_STRLEN_MAX + 50) struct settings_syslog_target { |