From b87c9ff34256fa1d2b16a8697bdd56210e9b33db Mon Sep 17 00:00:00 2001 From: Benjamin Larsson Date: Sun, 4 Sep 2016 12:00:08 +0200 Subject: [PATCH] danfoss: disable all old api devices by default --- src/devices/danfoss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/danfoss.c b/src/devices/danfoss.c index de8c70b5..6ae795bf 100644 --- a/src/devices/danfoss.c +++ b/src/devices/danfoss.c @@ -32,6 +32,6 @@ r_device danfoss_CFR = { .long_limit = 100, // Bit width .reset_limit = 1000, // 10 zeros... .json_callback = &danfoss_CFR_callback, - .disabled = 0, + .disabled = 1, .demod_arg = 0, };