This commit is contained in:
sanjayk03-dev
2024-04-04 18:28:32 +05:30
parent a81f6c0898
commit 140402675f

View File

@@ -124,6 +124,7 @@ class AVR(object):
try:
data = ''
data = self.sp.read(self.sp.in_waiting)
self.log.info('AYR> %s' % data)
self.read_cb(data)
except Exception as e: