diff --git a/script/OneWire.py b/script/OneWire.py index 5141067..369611a 100644 --- a/script/OneWire.py +++ b/script/OneWire.py @@ -71,11 +71,9 @@ class Esera(TcpDevice): self.start() self.req_data() - #def onByte(self, rx): - # print rx def onString(self, msg): - print msg + #print msg tokens = msg.split("|") if len(tokens)>1: try: