From 5bf0d5e268d882a2d0f3034e291db1c9b0efd8ab Mon Sep 17 00:00:00 2001 From: Tigerblue77 <37409593+tigerblue77@users.noreply.github.com> Date: Sun, 10 Nov 2024 21:58:05 +0100 Subject: [PATCH] temp --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 1e1d77f..ca6a5f9 100644 --- a/functions.sh +++ b/functions.sh @@ -21,7 +21,7 @@ function apply_user_fan_control_profile_with_interpolation () { CURRENT_FAN_CONTROL_PROFILE="Interpolated fan control profile ($DECIMAL_CURRENT_FAN_SPEED%)" } -# Convert DECIMAL_NUMBER to hexadecimal +# Convert first parameter given ($DECIMAL_NUMBER) to hexadecimal # Usage : convert_decimal_value_to_hexadecimal $DECIMAL_NUMBER # Returns : hexadecimal value of DECIMAL_NUMBER function convert_decimal_value_to_hexadecimal () {