mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 17:23:25 +00:00
96dd3ad1ce
OFW PR 1898 by Skorpionm - Details will be in changelog
11 lines
278 B
C
11 lines
278 B
C
#pragma once
|
|
#include "../weather_station_app_i.h"
|
|
|
|
#include "infactory.h"
|
|
#include "thermopro_tx4.h"
|
|
#include "nexus_th.h"
|
|
#include "gt_wt_03.h"
|
|
#include "acurite_606tx.h"
|
|
#include "lacrosse_tx141thbv2.h"
|
|
|
|
extern const SubGhzProtocolRegistry weather_station_protocol_registry;
|