mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 23:10:22 +00:00
d003db0404
* 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>
5 lines
132 B
C
5 lines
132 B
C
#pragma once
|
|
|
|
#include "base.h"
|
|
#define SUBGHZ_PROTOCOL_OREGON2_NAME "Oregon2"
|
|
extern const SubGhzProtocol subghz_protocol_oregon2;
|