Files
Momentum-Firmware/applications/external/weather_station/protocols/oregon3.h
2023-06-09 21:18:32 +09:00

7 lines
146 B
C

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