mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-23 19:17:03 -04:00
efergy_e2_classic: disable all old api devices by default
This commit is contained in:
@@ -79,6 +79,6 @@ r_device efergy_e2_classic = {
|
||||
.long_limit = 400,
|
||||
.reset_limit = 400,
|
||||
.json_callback = &efergy_e2_classic_callback,
|
||||
.disabled = 0,
|
||||
.disabled = 1,
|
||||
.demod_arg = 0,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user