Skip to content

Commit

Permalink
Fix Temp: °C
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 26, 2014
1 parent c7cb904 commit 38fb28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ Public Sub Timer1_Timer()
dospam_uptime()
thermal_zone._inits
If thermal_zone.supporttemp = True Then
Label93.Text = "Temp: " & (thermal_zone.calculate / 1000) & " C"
Label93.Text = "Temp: " & (thermal_zone.calculate / 1000) & " °C"
Else
Label93.Visible = False
Endif
Expand Down

0 comments on commit 38fb28e

Please sign in to comment.