Files
Momentum-Firmware/applications/plugins/weather_station/protocols/oregon2.h
2022-12-19 04:13:26 +01:00

7 lines
146 B
C

#pragma once
#include <lib/subghz/protocols/base.h>
#define WS_PROTOCOL_OREGON2_NAME "Oregon2"
extern const SubGhzProtocol ws_protocol_oregon2;