adding Oil Ultrasonic Standard protocol

This commit is contained in:
Christian W. Zuckschwerdt
2017-05-21 13:55:15 +02:00
committed by Benjamin Larsson
parent 58f2973bcb
commit d2fd99aba1
5 changed files with 142 additions and 3 deletions

View File

@@ -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 */

View File

@@ -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];