Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
f1vefour authored Apr 16, 2018
1 parent a84154d commit d89e1f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions odroid-xu4-fan-control.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Loud fan control script to lower speed of fun based on current
# Loud fan control script to lower speed of fan based on current
# max temperature of any cpu
#
# See README.md for details.
Expand All @@ -21,7 +21,7 @@ FAN_MODE_FILE="/sys/devices/odroid_fan.13/fan_mode"
FAN_SPEED_FILE="/sys/devices/odroid_fan.13/pwm_duty"
TEST_EVERY=3 #seconds
new_fan_speed_default=80
LOGGER_NAME=odroid-xu3-fan-control
LOGGER_NAME=odroid-xu4-fan-control

#make sure after quiting script fan goes to auto control
function cleanup {
Expand Down

0 comments on commit d89e1f4

Please sign in to comment.