diff --git a/script/OneWire.py b/script/OneWire.py index 369611a..12825b1 100644 --- a/script/OneWire.py +++ b/script/OneWire.py @@ -101,17 +101,6 @@ class Esera(TcpDevice): -#count = 1 -#while (True): -# print onewire.waitString("\n", 1000)# -# -# print count -# count = count + 1 - - - - - add_device(Esera("onewire", "129.129.126.83:5000"), force = True) onewire.setPolling(1000)