Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
7 lines
146 B
C
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;
|