From ae9a162cf96207a71a3f99fbec331b293215454e Mon Sep 17 00:00:00 2001 From: Benjamin Larsson Date: Sun, 4 Sep 2016 11:57:40 +0200 Subject: [PATCH] brennstuhl_rcs_2044: disable all old api devices by default --- src/devices/brennstuhl_rcs_2044.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/brennstuhl_rcs_2044.c b/src/devices/brennstuhl_rcs_2044.c index 39df749f..8f16ba11 100644 --- a/src/devices/brennstuhl_rcs_2044.c +++ b/src/devices/brennstuhl_rcs_2044.c @@ -176,6 +176,6 @@ r_device brennstuhl_rcs_2044 = { .long_limit = 4000, .reset_limit = 4000, .json_callback = &brennstuhl_rcs_2044_callback, - .disabled = 0, + .disabled = 1, .demod_arg = 0, };