This commit is contained in:
2025-12-30 15:34:31 +01:00
parent 38781cde9c
commit 21bebea92d
2 changed files with 3 additions and 3 deletions

View File

@@ -38,8 +38,7 @@ class SerialReader:
if line:
print("Generic method")
data = line.decode('utf-8', errors='ignore')
formatted_data = f'{{"uid": {data}}}'
self._notify(formatted_data)
self._notify(data)
if __name__ == "__main__":