Bläddra i källkod

60k free requirement

jblanked 9 månader sedan
förälder
incheckning
37bd706bd1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      callback/callback.c

+ 1 - 1
callback/callback.c

@@ -1371,7 +1371,7 @@ static void run(FlipWorldApp *app)
         return;
     }
     free_all_views(app, true, true, false);
-    if (!is_enough_heap(40000, false)) // only need to check if they have 60k free
+    if (!is_enough_heap(60000, false)) // only need to check if they have 60k free
     {
         easy_flipper_dialog("Error", "Not enough heap memory.\nPlease restart your Flipper.");
         return;