mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-11 19:33:30 -07:00
Sub-GHz: More minimum free heap, prevents some crashes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#define SUBGHZ_HISTORY_MAX 65535 // uint16_t index max, ram limit below
|
||||
// #define SUBGHZ_HISTORY_FREE_HEAP (23624 * (1 - MIN(rpc_get_sessions_count(instance->rpc), 1U)))
|
||||
#define SUBGHZ_HISTORY_FREE_HEAP (2048)
|
||||
#define SUBGHZ_HISTORY_FREE_HEAP (4 * 1024)
|
||||
|
||||
#define TAG "SubGhzHistory"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user