This commit is contained in:
Peter D. Gray 2023-06-01 15:09:07 -04:00 committed by scgbckbone
parent c6e0fd7fa7
commit ddceab0c5e

View File

@ -77,10 +77,10 @@ class QRScanner:
# get b'V2.3.0.7\r\n' or similar
rx = await self.tx('T_OUT_CVER')
self.version = rx.decode().strip()
print("QR Scanner: " + self.version)
#print("QR Scanner: " + self.version)
except:
raise
print("QR Scanner: missing")
#print("QR Scanner: missing")
# configure it like we want it
#self.tx('T_CMD...'