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
@@ -43,6 +43,6 @@ class Gsv(Nmea):
data.checksum = data_list[data_set_size*(num_sats_in_msg-1)+8]
if self.data.number_of_msg == self.data.seq_number:
print(data)
self.data = Gsv.Msg()
print(f"{self.name}: {data}")