 9b2d80d6b7
			
		
	
	
		9b2d80d6b7
		
			
		
	
	
	
	
		
			
			* FBT, applications: add MENUEXTERNAL app type * FBT, uFBT: build MENUEXTERNAL as EXTERNAL app * Loader menu: show external menu apps * LFRFID: move to sd card * FBT: always build External Applications list * Archive: look for external apps path * Infrared: move to sd card * Apps: add "start" apps * iButton: move to sd card * BadUSB: move to sd card * External apps: update icons * GPIO: move to sd card * Loader: look for external apps path * U2F: move to sd * SubGHz: move to sd * Apps: "on_start" metapackage * NFC: move to sd * Sync f7 and f18 Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
		
			
				
	
	
		
			22 lines
		
	
	
		
			430 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			430 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| App(
 | |
|     appid="ibutton",
 | |
|     name="iButton",
 | |
|     apptype=FlipperAppType.MENUEXTERNAL,
 | |
|     targets=["f7"],
 | |
|     entry_point="ibutton_app",
 | |
|     icon="A_iButton_14",
 | |
|     stack_size=2 * 1024,
 | |
|     order=60,
 | |
|     fap_libs=["assets"],
 | |
|     fap_icon="icon.png",
 | |
|     fap_category="iButton",
 | |
| )
 | |
| 
 | |
| App(
 | |
|     appid="ibutton_start",
 | |
|     apptype=FlipperAppType.STARTUP,
 | |
|     targets=["f7"],
 | |
|     entry_point="ibutton_on_system_start",
 | |
|     order=60,
 | |
| )
 |