Skip to content

Commit 3bb3bd5

Browse files
committed
PhysicalDisk: change temp range to 50-70 °C
Fix #1525
1 parent e6e7572 commit 3bb3bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/physicaldisk/physicaldisk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ void ffInitPhysicalDiskOptions(FFPhysicalDiskOptions* options)
278278

279279
ffStrbufInit(&options->namePrefix);
280280
options->temp = false;
281-
options->tempConfig = (FFColorRangeConfig) { 40, 60 };
281+
options->tempConfig = (FFColorRangeConfig) { 50, 70 };
282282
}
283283

284284
void ffDestroyPhysicalDiskOptions(FFPhysicalDiskOptions* options)

0 commit comments

Comments
 (0)