logging
This commit is contained in:
@@ -124,6 +124,7 @@ class AVR(object):
|
|||||||
try:
|
try:
|
||||||
data = ''
|
data = ''
|
||||||
data = self.sp.read(self.sp.in_waiting)
|
data = self.sp.read(self.sp.in_waiting)
|
||||||
|
self.log.info('AYR> %s' % data)
|
||||||
self.read_cb(data)
|
self.read_cb(data)
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user