 0652830c51
			
		
	
	
		0652830c51
		
			
		
	
	
	
	
		
			
			* WS: add protocol Ambient_Weather * WS: fix link * WS: removing unused code Co-authored-by: あく <alleteam@gmail.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			356 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			356 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| #include "../weather_station_app_i.h"
 | |
| 
 | |
| #include "infactory.h"
 | |
| #include "thermopro_tx4.h"
 | |
| #include "nexus_th.h"
 | |
| #include "gt_wt_03.h"
 | |
| #include "acurite_606tx.h"
 | |
| #include "lacrosse_tx141thbv2.h"
 | |
| #include "oregon2.h"
 | |
| #include "acurite_592txr.h"
 | |
| #include "ambient_weather.h"
 | |
| 
 | |
| extern const SubGhzProtocolRegistry weather_station_protocol_registry;
 |