mirror of
https://github.com/meshtastic/python.git
synced 2026-04-22 16:00:32 -04:00
unit test a few more lines
This commit is contained in:
@@ -17,8 +17,6 @@ class TCPInterface(StreamInterface):
|
||||
hostname {string} -- Hostname/IP address of the device to connect to
|
||||
"""
|
||||
|
||||
# Instead of wrapping as a stream, we use the native socket API
|
||||
# self.stream = sock.makefile('rw')
|
||||
self.stream = None
|
||||
|
||||
self.hostname = hostname
|
||||
|
||||
Reference in New Issue
Block a user