mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-22 10:37:03 -04:00
adding Oil Ultrasonic Standard protocol
This commit is contained in:
committed by
Benjamin Larsson
parent
58f2973bcb
commit
d2fd99aba1
@@ -42,7 +42,7 @@
|
||||
|
||||
#define MINIMAL_BUF_LENGTH 512
|
||||
#define MAXIMAL_BUF_LENGTH (256 * 16384)
|
||||
#define MAX_PROTOCOLS 80
|
||||
#define MAX_PROTOCOLS 81
|
||||
#define SIGNAL_GRABBER_BUFFER (12 * DEFAULT_BUF_LENGTH)
|
||||
|
||||
/* Supported modulation types */
|
||||
|
||||
@@ -83,7 +83,8 @@
|
||||
DECL(vaillant_vrt340f) \
|
||||
DECL(fineoffset_WH25) \
|
||||
DECL(fineoffset_WH0530) \
|
||||
DECL(ibis_beacon)
|
||||
DECL(ibis_beacon) \
|
||||
DECL(oil_standard)
|
||||
|
||||
typedef struct {
|
||||
char name[256];
|
||||
|
||||
Reference in New Issue
Block a user