mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
49d842e213
Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
22 lines
550 B
C
22 lines
550 B
C
#pragma once
|
|
#include "../weather_station_app_i.h"
|
|
|
|
#include "infactory.h"
|
|
#include "thermopro_tx4.h"
|
|
#include "nexus_th.h"
|
|
#include "gt_wt_02.h"
|
|
#include "gt_wt_03.h"
|
|
#include "acurite_606tx.h"
|
|
#include "acurite_609txc.h"
|
|
#include "lacrosse_tx.h"
|
|
#include "lacrosse_tx141thbv2.h"
|
|
#include "oregon2.h"
|
|
#include "oregon3.h"
|
|
#include "acurite_592txr.h"
|
|
#include "ambient_weather.h"
|
|
#include "auriol_hg0601a.h"
|
|
#include "oregon_v1.h"
|
|
#include "tx_8300.h"
|
|
#include "wendox_w6726.h"
|
|
|
|
extern const SubGhzProtocolRegistry weather_station_protocol_registry;
|