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"
|
|
|
|
#include "gt_wt_03.h"
|
2022-10-20 21:26:28 +04:00
|
|
|
#include "acurite_606tx.h"
|
|
|
|
#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-10-19 21:27:26 +04:00
|
|
|
|
|
|
|
extern const SubGhzProtocolRegistry weather_station_protocol_registry;
|