mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-02 21:52:24 -04:00
Removed some verbose output from KISS
This removes some overly verbose output from the KISS driver.
This commit is contained in:
parent
1f65bbe13a
commit
c1319c3ab8
@ -86,10 +86,8 @@ class KISS3Client:
|
|||||||
LOG.exception(ex)
|
LOG.exception(ex)
|
||||||
|
|
||||||
def consumer(self, callback):
|
def consumer(self, callback):
|
||||||
LOG.debug('Start blocking KISS consumer')
|
|
||||||
self._parse_callback = callback
|
self._parse_callback = callback
|
||||||
self.kiss.read(callback=self.parse_frame, min_frames=None)
|
self.kiss.read(callback=self.parse_frame, min_frames=None)
|
||||||
LOG.debug(f'END blocking KISS consumer {self.kiss}')
|
|
||||||
|
|
||||||
def send(self, packet):
|
def send(self, packet):
|
||||||
"""Send an APRS Message object."""
|
"""Send an APRS Message object."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user