dumb test fix 1

This commit is contained in:
2020-08-29 13:42:39 +02:00
parent aa7556e950
commit f842b2a03b

View File

@ -135,7 +135,7 @@ class MeterbusSerial(object):
print("Waiting for input ... ") print("Waiting for input ... ")
c = self.port.read() c = self.port.read()
print("State {}, Octet {:02X}".format(state, c)) print("State {}, Octet {:02X}".format(state, c[0]))