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
@@ -8,4 +8,4 @@ class Gga(Nmea):
def on_recv(self, msg: MsgContainer):
data = msg.data.decode(encoding="utf-8")
print(data)
print(f"{self.name}: {data}")