You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for continue to update the firmware of Rosbot XL! I updated our machine (Board Version 1.1) to the last release (V1.4.0) of your firmware, but the fan are always turned off. I think the problem is in HardwareLoopTask() because after some attempts I realized that code never goes inside the function FanHardwareInit(). In fact I edit the code in these way:
Hi, thanks for continue to update the firmware of Rosbot XL! I updated our machine (Board Version 1.1) to the last release (V1.4.0) of your firmware, but the fan are always turned off. I think the problem is in
HardwareLoopTask()
because after some attempts I realized that code never goes inside the functionFanHardwareInit()
. In fact I edit the code in these way:and fan were still turned off.
Then I revert and I put these lines only in
BoardGpioInit()
:and fan finally started to run.
The text was updated successfully, but these errors were encountered: