From 8998080bd977fde5c426091ff0a7154a4d739773 Mon Sep 17 00:00:00 2001 From: Tigerblue77 <37409593+tigerblue77@users.noreply.github.com> Date: Sun, 10 Nov 2024 21:55:15 +0100 Subject: [PATCH] temp --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 5160d23..3a85ccc 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 () {