* sdk: resolve additional APIs in use by faps * debug tools: fixed battery_test, bt_debug, display_test, rpc_debug Co-authored-by: hedger <hedger@nanode.su> Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			274 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			274 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
App(
 | 
						|
    appid="display_test",
 | 
						|
    name="Display Test",
 | 
						|
    apptype=FlipperAppType.DEBUG,
 | 
						|
    entry_point="display_test_app",
 | 
						|
    cdefines=["APP_DISPLAY_TEST"],
 | 
						|
    requires=["gui"],
 | 
						|
    fap_libs=["misc"],
 | 
						|
    stack_size=1 * 1024,
 | 
						|
    order=120,
 | 
						|
    fap_category="Debug",
 | 
						|
)
 |