mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
49d842e213
Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
6 lines
146 B
C
6 lines
146 B
C
#pragma once
|
|
|
|
#include <lib/subghz/protocols/base.h>
|
|
|
|
#define WS_PROTOCOL_OREGON3_NAME "Oregon3"
|
|
extern const SubGhzProtocol ws_protocol_oregon3;
|