Explorar el Código

60k minimum free heap

jblanked hace 10 meses
padre
commit
eff27d5f4d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;