Files
Momentum-Firmware/applications/external/weather_station/protocols/oregon2.h
2023-03-17 22:50:23 +00: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;