Udpate gui_test and app_subghz stack size (#368)
This commit is contained in:
		@@ -147,11 +147,11 @@ const FlipperApplication FLIPPER_SERVICES[] = {
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef APP_GUI_TEST
 | 
					#ifdef APP_GUI_TEST
 | 
				
			||||||
    {.app = gui_test, .name = "gui_test", .icon = A_Plugins_14},
 | 
					    {.app = gui_test, .name = "gui_test", .stack_size = 1024, .icon = A_Plugins_14},
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef APP_SUBGHZ
 | 
					#ifdef APP_SUBGHZ
 | 
				
			||||||
    {.app = app_subghz, .name = "app_subghz", .icon = A_Plugins_14},
 | 
					    {.app = app_subghz, .name = "app_subghz", .stack_size = 1024, .icon = A_Plugins_14},
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -223,11 +223,11 @@ const FlipperApplication FLIPPER_PLUGINS[] = {
 | 
				
			|||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef BUILD_GUI_TEST
 | 
					#ifdef BUILD_GUI_TEST
 | 
				
			||||||
    {.app = gui_test, .name = "gui_test", .icon = A_Plugins_14},
 | 
					    {.app = gui_test, .name = "gui_test", .stack_size = 1024, .icon = A_Plugins_14},
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef BUILD_SUBGHZ
 | 
					#ifdef BUILD_SUBGHZ
 | 
				
			||||||
    {.app = app_subghz, .name = "app_subghz", .icon = A_Plugins_14},
 | 
					    {.app = app_subghz, .name = "app_subghz", .stack_size = 1024, .icon = A_Plugins_14},
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user