reduce max subghz history items to resolve memory issues

This commit is contained in:
MX 2022-09-16 01:23:29 +03:00
parent fc9996377d
commit 19d201085b
No known key found for this signature in database
GPG key ID: 6C4C311DFD4B4AB5

View file

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