更新limit和fdcan

This commit is contained in:
2026-02-04 15:59:36 +08:00
parent 2d15be44d0
commit e47d170066
3 changed files with 12 additions and 3 deletions

View File

@@ -105,3 +105,8 @@ float HeatLimit_ShootFreq(float heat, float heat_limit, float cooling_rate,
else
return (heat_percent > 0.7f) ? stable_freq : 3.0f * stable_freq;
}
/* USER CODE BEGIN */
/* USER CODE END */

View File

@@ -61,3 +61,7 @@ float PowerLimit_TargetPower(float power_limit, float power_buffer);
*/
float HeatLimit_ShootFreq(float heat, float heat_limit, float cooling_rate,
float heat_increase, bool is_big);
/* USER CODE BEGIN */
/* USER CODE END */