revert split logic
This commit is contained in:
parent
f872fbea7e
commit
e31c605bf7
1 changed files with 0 additions and 4 deletions
|
@ -258,10 +258,6 @@ def _extract_split_main(info_data, config_c):
|
||||||
|
|
||||||
|
|
||||||
def _extract_split_transport(info_data, config_c):
|
def _extract_split_transport(info_data, config_c):
|
||||||
# TODO: Ignore?
|
|
||||||
if 'split' not in info_data:
|
|
||||||
return
|
|
||||||
|
|
||||||
# Figure out the transport method
|
# Figure out the transport method
|
||||||
if config_c.get('USE_I2C') is True:
|
if config_c.get('USE_I2C') is True:
|
||||||
if 'split' not in info_data:
|
if 'split' not in info_data:
|
||||||
|
|
Loading…
Reference in a new issue