mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-09 06:13:53 +01:00
.replace_io mit regex für parameter frm versehen - Danke an Nicolai Buchwitz!
.reset Funktion warf Fehler bei Counter IOs 8-16
This commit is contained in:
@@ -779,7 +779,7 @@ class Connect(Core):
|
||||
exp_x2out = exp_a3green
|
||||
exp_wd = exp_a3green
|
||||
lst_status = lst_myios[self._slc_statusbyte.start]
|
||||
if len(lst_led) == 8:
|
||||
if len(lst_status) == 8:
|
||||
exp_x2in = lst_status[6].export
|
||||
else:
|
||||
exp_x2in = lst_status[0].export
|
||||
|
||||
Reference in New Issue
Block a user