mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
7 lines
146 B
C
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;
|