15 lines
		
	
	
		
			356 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			356 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| App(
 | |
|     appid="weather_station",
 | |
|     name="Weather Station",
 | |
|     apptype=FlipperAppType.PLUGIN,
 | |
|     targets=["f7"],
 | |
|     entry_point="weather_station_app",
 | |
|     cdefines=["APP_WEATHER_STATION"],
 | |
|     requires=["gui"],
 | |
|     stack_size=4 * 1024,
 | |
|     order=50,
 | |
|     fap_icon="weather_station_10px.png",
 | |
|     fap_category="Sub-GHz",
 | |
|     fap_icon_assets="images",
 | |
| )
 | 
