Degree sign added.

This commit is contained in:
rmm 2023-06-25 01:35:59 +02:00
parent b637acd4cb
commit 933dfd6a69

View File

@ -109,7 +109,7 @@ function install_mod {
coreKeys.forEach((coreKey, index) => \{\n\
try \{\n\
let temp = items[itemPrefix + index][\`temp\$\{tempInputOffset + index\}_input\`];\n\
temps.push(\`Core \$\{index\}: \$\{temp\} C\`);\n\
temps.push(\`Core \$\{index\}: \$\{temp\}°C\`);\n\
\} catch(e) \{ /*_*/ \}\n\
});\n\
\n\
@ -137,7 +137,7 @@ function install_mod {
nvmeKeys.forEach((nvmeKey, index) => \{\n\
try \{\n\
let temp = objValue[nvmeKey][sensorName][\`temp\$\{tempInputNo\}_input\`]\n\
temps.push(\`Drive \$\{index\}: \$\{temp\} C\`);\n\
temps.push(\`Drive \$\{index\}: \$\{temp\}°C\`);\n\
\} catch(e) \{ /*_*/ \}\n\
\});\n\
\n\