extend receiver temp memory to 99 records

This commit is contained in:
r3df0xx
2022-06-10 03:34:42 +03:00
parent a62f3416af
commit 35d752105f

View File

@@ -5,7 +5,7 @@
#include <furi.h> #include <furi.h>
#include <m-string.h> #include <m-string.h>
#define SUBGHZ_HISTORY_MAX 50 #define SUBGHZ_HISTORY_MAX 99
#define TAG "SubGhzHistory" #define TAG "SubGhzHistory"
typedef struct { typedef struct {