mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
d8fbaba7a0
* Init copy of oregon2 to weather station app * WS decoder * Reuse decoded data * Delete old protocol * Delete oregon2 unit test * Decrement count of random test Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
6 lines
146 B
C
6 lines
146 B
C
#pragma once
|
|
|
|
#include <lib/subghz/protocols/base.h>
|
|
|
|
#define WS_PROTOCOL_OREGON2_NAME "Oregon2"
|
|
extern const SubGhzProtocol ws_protocol_oregon2;
|