mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-23 11:07:09 -04:00
danfoss: disable all old api devices by default
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user