* 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>
		
			
				
	
	
		
			16 lines
		
	
	
		
			308 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			308 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
App(
 | 
						|
    appid="battery_test",
 | 
						|
    name="Battery Test",
 | 
						|
    apptype=FlipperAppType.DEBUG,
 | 
						|
    entry_point="battery_test_app",
 | 
						|
    cdefines=["APP_BATTERY_TEST"],
 | 
						|
    requires=[
 | 
						|
        "gui",
 | 
						|
        "power",
 | 
						|
    ],
 | 
						|
    stack_size=1 * 1024,
 | 
						|
    order=130,
 | 
						|
    fap_category="Debug",
 | 
						|
    fap_libs=["assets"],
 | 
						|
)
 |