From 8bc541b994e0674e558119b202cfb0cbb094d8b2 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Mon, 23 May 2022 16:39:45 +0200 Subject: [PATCH] Increased display value buffer size for LNX & LNS+ --- src/shared_context.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/shared_context.h b/src/shared_context.h index 12b21f5..ef418fe 100644 --- a/src/shared_context.h +++ b/src/shared_context.h @@ -170,7 +170,11 @@ typedef struct txStringProperties_t { char network_name[NETWORK_STRING_MAX_SIZE]; } txStringProperties_t; +#ifdef TARGET_NANOS #define SHARED_CTX_FIELD_1_SIZE 100 +#else +#define SHARED_CTX_FIELD_1_SIZE 256 +#endif #define SHARED_CTX_FIELD_2_SIZE 40 typedef struct strDataTmp_t {