Skip to content

Commit 06bf709

Browse files
author
Peter Wegmann
committed
bug fix
1 parent bf2be1c commit 06bf709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DispAdapter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ void displayTemPreVol(void){
396396
}
397397
else
398398
{
399-
paint_Value( ((double)options.Temperature_value) - 2732,TEMP, 1, 4, "°C");
399+
paint_Value( ((double)options.Temperature_value) - 2732,TEMP, 1, 6, "°C");
400400
}
401401
}
402402
else{

0 commit comments

Comments
 (0)