mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
reduce max subghz history items to resolve memory issues
This commit is contained in:
parent
fc9996377d
commit
19d201085b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#include <furi.h>
|
#include <furi.h>
|
||||||
#include <m-string.h>
|
#include <m-string.h>
|
||||||
|
|
||||||
#define SUBGHZ_HISTORY_MAX 99
|
#define SUBGHZ_HISTORY_MAX 65
|
||||||
#define TAG "SubGhzHistory"
|
#define TAG "SubGhzHistory"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Add table
Reference in a new issue