commands for ploc memory dumper

This commit is contained in:
Jakob.Meier
2021-08-31 11:17:01 +02:00
parent ce5596f566
commit 9b176aebfa
7 changed files with 54 additions and 19 deletions

View File

@ -28,6 +28,7 @@ RAD_SENSOR_ID = bytes([0x44, 0x32, 0x00, 0xA5])
PLOC_SUPV_ID = bytes([0x44, 0x33, 0x00, 0x16])
PLOC_UPDATER_ID = bytes([0x44, 0x33, 0x00, 0x00])
CORE_CONTROLLER_ID = bytes([0x43, 0x00, 0x00, 0x03])
PLOC_MEMORY_DUMPER_ID = bytes([0x44, 0x33, 0x00, 0x01])
def get_object_ids() -> Dict[bytes, list]: