hk handling bugfix

This commit is contained in:
Robin Mueller 2022-02-15 14:41:29 +01:00
parent 57e1eb7c75
commit a671e86400
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -282,6 +282,8 @@ def handle_gps_data(hk_data: bytearray) -> HkReplyUnpacked:
f"{datetime.datetime.now()}, {latitude}, {longitude}, {altitude}, "
f"{fix_mode}, {sat_in_use}, {date_string}, {unix_seconds}\n"
)
reply.header_list = header_array
reply.content_list = content_array
reply.validity_buffer = hk_data[37:39]
return reply