v1.9.0 #53

Merged
muellerr merged 354 commits from develop into master 2022-04-07 17:39:42 +02:00
4 changed files with 36 additions and 45 deletions
Showing only changes of commit 387a076a21 - Show all commits

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

Submodule tmtccmd updated: 87af3df9fb...006b7e5a7c