27 lines
		
	
	
		
			484 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			484 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
App(
 | 
						|
    appid="lfrfid",
 | 
						|
    name="125 kHz RFID",
 | 
						|
    apptype=FlipperAppType.APP,
 | 
						|
    entry_point="lfrfid_app",
 | 
						|
    cdefines=["APP_LF_RFID"],
 | 
						|
    requires=[
 | 
						|
        "gui",
 | 
						|
        "dialogs",
 | 
						|
    ],
 | 
						|
    provides=[
 | 
						|
        "lfrfid_start",
 | 
						|
        "lfrfid_debug",
 | 
						|
    ],
 | 
						|
    icon="A_125khz_14",
 | 
						|
    stack_size=2 * 1024,
 | 
						|
    order=20,
 | 
						|
)
 | 
						|
 | 
						|
App(
 | 
						|
    appid="lfrfid_start",
 | 
						|
    apptype=FlipperAppType.STARTUP,
 | 
						|
    entry_point="lfrfid_on_system_start",
 | 
						|
    requires=["lfrfid"],
 | 
						|
    order=50,
 | 
						|
)
 |