printing length as well

This commit is contained in:
Robin Müller 2021-08-11 19:32:51 +02:00
parent 25f8543a8d
commit 387a076a21
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 2 additions and 2 deletions

View File

@ -142,5 +142,5 @@ def handle_self_test_data(hk_data: bytearray) -> Tuple[list, list, bytearray, in
def handle_gps_data(hk_data: bytearray) -> Tuple[list, list, bytearray, int]:
LOGGER.info('Received GPS data')
LOGGER.info(f'Received GPS data, HK data length {len(hk_data)}')
return [], [], bytearray(), 0

@ -1 +1 @@
Subproject commit 87af3df9fb9860bf12b70bf2eff503a468a893de
Subproject commit 006b7e5a7c1c5cf46434358f7b4b10e4ca0331b5