From 35d752105f32dbe4ca189edadedf463772c7998e Mon Sep 17 00:00:00 2001 From: r3df0xx Date: Fri, 10 Jun 2022 03:34:42 +0300 Subject: [PATCH] extend receiver temp memory to 99 records --- applications/subghz/subghz_history.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/subghz/subghz_history.c b/applications/subghz/subghz_history.c index a8f86eecb..51149f7be 100644 --- a/applications/subghz/subghz_history.c +++ b/applications/subghz/subghz_history.c @@ -5,7 +5,7 @@ #include #include -#define SUBGHZ_HISTORY_MAX 50 +#define SUBGHZ_HISTORY_MAX 99 #define TAG "SubGhzHistory" typedef struct {