mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-07 05:29:09 -07:00
10 lines
218 B
C
10 lines
218 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"
|
|
|
|
extern const SubGhzProtocolRegistry weather_station_protocol_registry;
|