unleashed-firmware/applications/external/weather_station/protocols/oregon3.h
clashlab 49d842e213
weather_station: add oregon3 with THGR221 (#2748)
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-06-09 21:18:32 +09:00

6 lines
146 B
C

#pragma once
#include <lib/subghz/protocols/base.h>
#define WS_PROTOCOL_OREGON3_NAME "Oregon3"
extern const SubGhzProtocol ws_protocol_oregon3;