printing length as well
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user