Added deadtime to hw_status

This commit is contained in:
Benjamin Vedder 2022-11-23 19:50:47 +01:00
parent 44508846ee
commit 841b5d7613
1 changed files with 4 additions and 0 deletions

View File

@ -628,6 +628,10 @@ void terminal_process_string(char *str) {
commands_printf("Current Measurement Range: %.1f A", (double)((V_REG / 2.0) / (CURRENT_AMP_GAIN * CURRENT_SHUNT_RES)));
#endif
#ifdef HW_DEAD_TIME_NSEC
commands_printf("Dead time: %.0f ns", (double)HW_DEAD_TIME_NSEC);
#endif
commands_printf("Mempool mcconf now: %d highest: %d (max %d)",
mempools_mcconf_allocated_num(), mempools_mcconf_highest(), MEMPOOLS_MCCONF_NUM - 1);
commands_printf("Mempool appconf now: %d highest: %d (max %d)",