remove scl

This commit is contained in:
Andrey
2021-03-04 16:22:33 +03:00
parent c810693ba5
commit 6c50b81bff

View File

@@ -593,6 +593,7 @@ class MegaD:
ret['i2c'][port].extend(parsed) ret['i2c'][port].extend(parsed)
i2c_sensors.extend(req) i2c_sensors.extend(req)
elif cfg.pty == '4' and cfg.m == '2': elif cfg.pty == '4' and cfg.m == '2':
# scl исключаем из сканирования
continue continue
elif cfg.pty in ('3', '2', '4'): elif cfg.pty in ('3', '2', '4'):
http_cmd = 'get' http_cmd = 'get'