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