SubGhz: Oregon v2.1 decoder (#1678)
* Oregon v2.1 decoder * Refactor FSM to switch * Refactor headers * Format strings * Unit tests of oregon2 * Cleanups * Add oregon2 raw data to random_test_raw.sub * Adjust count of packets detected on random test * Format sources Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
5
lib/subghz/protocols/oregon2.h
Normal file
5
lib/subghz/protocols/oregon2.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "base.h"
|
||||
#define SUBGHZ_PROTOCOL_OREGON2_NAME "Oregon2"
|
||||
extern const SubGhzProtocol subghz_protocol_oregon2;
|
Reference in New Issue
Block a user