efergy_e2_classic: disable all old api devices by default

This commit is contained in:
Benjamin Larsson
2016-09-04 12:05:02 +02:00
parent 9a93cb032d
commit f0fbb0cbef

View File

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