Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/RomanLut/esp32-cam-fpv
Browse files Browse the repository at this point in the history
… into development
  • Loading branch information
RomanLut committed Jan 27, 2025
2 parents d69e359 + 918166a commit d1d980f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fan_control_radxa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ temperature_monitor_cycle='10'

pwmchip_path="/sys/class/pwm/pwmchip${fan_pwm_chip}"
if [ ! -d $pwmchip_path ]; then
echo "Need enale pwmchip${fan_pwm_chip} channel $fan_pwm_channel in rsetup!"
echo "Need enable PWM${fan_pwm_chip}-M$fan_pwm_channel in rsetup!"
elif [ ! -d ${pwmchip_path}/pwm${fan_pwm_channel} ]; then
echo "export channel $fan_pwm_channel to pwmchip${fan_pwm_chip}"
echo $fan_pwm_channel > ${pwmchip_path}/export
Expand Down

0 comments on commit d1d980f

Please sign in to comment.