Ignore:
Timestamp:
Mar 5, 2025, 10:27:57 AM (2 months ago)
Author:
Zed
Message:

Everything works good. Fixing project.

Location:
ctrl/firmware/Main/SES/Core/Src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ctrl/firmware/Main/SES/Core/Src/fan_task.cpp

    r106 r107  
    2525
    2626        uint32_t min_pulse = __HAL_TIM_GET_COMPARE(&FAN_PWM_TIMER_HANDLE, FAN_PWM_TIMER_CHANNEL);
    27         constexpr decltype(min_pulse) max_pulse = 600U;
     27        constexpr decltype(min_pulse) max_pulse = 450U;
    2828        constexpr uint32_t d = 20U;
    2929
  • ctrl/firmware/Main/SES/Core/Src/gui_task.cpp

    r106 r107  
    2929
    3030        uint32_t min_pulse = __HAL_TIM_GET_COMPARE(&htim1, TIM_CHANNEL_1);
    31         constexpr decltype(min_pulse) max_pulse = 522U;
    32         constexpr uint32_t d = 100U;
     31        constexpr decltype(min_pulse) max_pulse = 575;//560;//555U;
     32        constexpr uint32_t d = 200U;
    3333
    3434        for (auto i = min_pulse; i <= max_pulse; i++)
Note: See TracChangeset for help on using the changeset viewer.