From 686e372d42002a189a1e9b73e387e3414a97fc97 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 16 Apr 2025 22:14:06 +0200 Subject: WIP: fw: app: Fix SEGFAULT TODO: Only JSON numbers seem to be encodable. Strings lead to SEGFAULT TODO: For some reason the encoded string is not part of the HTTP response. --- fw/app/src/settings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fw/app/src/settings.h') diff --git a/fw/app/src/settings.h b/fw/app/src/settings.h index 9d46132..dff3c44 100644 --- a/fw/app/src/settings.h +++ b/fw/app/src/settings.h @@ -15,7 +15,8 @@ struct settings_syslog_target { - char ip[IPV6_STRLEN_MAX]; +// char ip[IPV6_STRLEN_MAX]; + int ip; }; struct settings_syslog { -- cgit v1.2.3-70-g09d2