From 36c0ddc91a86c0f63f8446e5fc2176c8f7bfa702 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 5 Jul 2021 12:36:43 +0200 Subject: [PATCH] increase output size in order to avoid crash in emrtd info --- client/src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/util.c b/client/src/util.c index 77ce9cf2f..ed6ca6e7c 100644 --- a/client/src/util.c +++ b/client/src/util.c @@ -25,7 +25,7 @@ #include "ui.h" // PrintAndLog -#define UTIL_BUFFER_SIZE_SPRINT 4097 +#define UTIL_BUFFER_SIZE_SPRINT 8193 // global client debug variable uint8_t g_debugMode = 0; // global client disable logging variable