Skip to content

Commit

Permalink
Merge pull request #222 from RandomGuyJCI/patch-2
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
XavierBerger committed Jul 25, 2018
2 parents 0fb0acd + 8eb5206 commit 711b9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/rpimonitor/template/temperature.conf
Expand Up @@ -6,7 +6,7 @@
#
# Note: Rounding temperatures to two digits is done with the
# post-processiing formula: sprintf("%.2f", $1/1000)
# It is possible to roud to 1 digit with sprintf("%.1f", $1/1000)
# It is possible to round to 1 digit with sprintf("%.1f", $1/1000)
########################################################################
dynamic.1.name=soc_temp
dynamic.1.source=/sys/devices/virtual/thermal/thermal_zone0/temp
Expand Down

0 comments on commit 711b9c8

Please sign in to comment.