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, };