Add main cylcle counter and increase filter alpha for PT1000 to 0.01
This commit is contained in:
@@ -1563,6 +1563,7 @@ int safety_controller_set_crc_monitor(enum crc_monitor mon, uint32_t password)
|
||||
if (password != monitor->pw)
|
||||
return -1002;
|
||||
|
||||
crc = 0;
|
||||
(void)crc_monitor_calculate_crc(monitor->registers, &crc);
|
||||
monitor->expected_crc = crc;
|
||||
monitor->expected_crc_inv = ~crc;
|
||||
|
Reference in New Issue
Block a user