Max 55 signals Seems stable, setting it to 55 for now

Subghz history
This commit is contained in:
MX 2023-02-09 22:12:03 +03:00
parent 1707a1d1a4
commit 16a5b13be4
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

@ -3,7 +3,7 @@
#include <furi.h>
#define SUBGHZ_HISTORY_MAX 50
#define SUBGHZ_HISTORY_MAX 55
#define SUBGHZ_HISTORY_FREE_HEAP 20480
#define TAG "SubGhzHistory"