Przeglądaj źródła

60k minimum free heap

jblanked 10 miesięcy temu
rodzic
commit
eff27d5f4d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      callback/callback.c

+ 1 - 1
callback/callback.c

@@ -1246,7 +1246,7 @@ static void run(FlipWorldApp *app)
         return;
     }
     free_all_views(app, true, true);
-    if (!is_enough_heap(10000))
+    if (!is_enough_heap(60000))
     {
         easy_flipper_dialog("Error", "Not enough heap memory.\nPlease restart your Flipper.");
         return;