Sub-GHz: More minimum free heap, prevents some crashes

This commit is contained in:
WillyJL
2026-06-01 15:15:37 +02:00
parent 4bdd7a391f
commit 7ae9716622
+1 -1
View File
@@ -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"