PhysicalDisk: change temp range to 50-70 °C

Fix #1525
This commit is contained in:
李通洲
2025-01-25 21:41:00 +08:00
parent e6e7572bc2
commit 3bb3bd542e
+1 -1
View File
@@ -278,7 +278,7 @@ void ffInitPhysicalDiskOptions(FFPhysicalDiskOptions* options)
ffStrbufInit(&options->namePrefix);
options->temp = false;
options->tempConfig = (FFColorRangeConfig) { 40, 60 };
options->tempConfig = (FFColorRangeConfig) { 50, 70 };
}
void ffDestroyPhysicalDiskOptions(FFPhysicalDiskOptions* options)