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