refactored

This commit is contained in:
2026-03-15 16:58:50 +01:00
parent 4ead04ebeb
commit 62a93a2cdc
5 changed files with 28 additions and 24 deletions
+1 -1
View File
@@ -33,4 +33,4 @@ class Gsa(Nmea):
self.data.v_dop = float(data_list[17])
self.data.checksum = data_list[18]
print(self.data)
print(f"{self.name}: {data}")