2022-10-19 17:27:26 +00:00
|
|
|
#pragma once
|
|
|
|
#include "../weather_station_app_i.h"
|
|
|
|
|
|
|
|
#include "infactory.h"
|
|
|
|
#include "thermopro_tx4.h"
|
|
|
|
#include "nexus_th.h"
|
2022-11-23 09:44:49 +00:00
|
|
|
#include "gt_wt_02.h"
|
2022-10-19 17:27:26 +00:00
|
|
|
#include "gt_wt_03.h"
|
2022-10-20 17:26:28 +00:00
|
|
|
#include "acurite_606tx.h"
|
2022-11-08 17:07:55 +00:00
|
|
|
#include "acurite_609txc.h"
|
2022-10-20 17:26:28 +00:00
|
|
|
#include "lacrosse_tx141thbv2.h"
|
2022-10-22 15:50:26 +00:00
|
|
|
#include "oregon2.h"
|
2022-10-26 14:56:54 +00:00
|
|
|
#include "acurite_592txr.h"
|
2022-11-02 16:24:07 +00:00
|
|
|
#include "ambient_weather.h"
|
2022-11-28 19:08:28 +00:00
|
|
|
#include "auriol_hg0601a.h"
|
2022-12-14 08:27:55 +00:00
|
|
|
#include "oregon_v1.h"
|
|
|
|
#include "tx_8300.h"
|
2022-10-19 17:27:26 +00:00
|
|
|
|
|
|
|
extern const SubGhzProtocolRegistry weather_station_protocol_registry;
|