This commit is contained in:
parent
5571a6852e
commit
6d88746ec3
@ -1063,7 +1063,7 @@ def handle_gps_data_processed(pw: PrintWrapper, hk_data: bytes):
|
||||
source = [
|
||||
f"{val:8.3f}"
|
||||
for val in struct.unpack(
|
||||
fmt_vec, hk_data[current_idx: current_idx + inc_len_source]
|
||||
fmt_source, hk_data[current_idx: current_idx + inc_len_source]
|
||||
)
|
||||
]
|
||||
current_idx += inc_len_source
|
||||
|
Loading…
Reference in New Issue
Block a user