Heater Handling #325

Merged
muellerr merged 78 commits from heater_handling into develop 2023-02-08 21:35:05 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 41eefda1bc - Show all commits

View File

@ -25,7 +25,6 @@ enum sourceObjects : uint32_t {
ARDUINO_COM_IF = 0x49000001,
DUMMY_COM_IF = 0x49000002,
THERMAL_TEMP_INSERTER = 0x49000003,
};
}

View File

@ -143,6 +143,9 @@ enum commonObjects : uint32_t {
CFDP_TM_FUNNEL = 0x73000102,
CFDP_HANDLER = 0x73000205,
CFDP_DISTRIBUTOR = 0x73000206,
// Other stuff
THERMAL_TEMP_INSERTER = 0x90000003,
};
}