hiyohiyo / CrystalDiskInfo

CrystalDiskInfo
https://github.com/hiyohiyo/CrystalDiskInfo
MIT License
1.6k stars 178 forks source link

Health Status Setting threshold limited to 255 #194

Open truespirt14 opened 1 year ago

truespirt14 commented 1 year ago

Raw values can go much higher than a single byte, but are limited to a value of 255 in the health status setting caution warning limits. Either change the setting to compare to threshold values (which are a byte) or increase the input range if comparing to raw values.

hiyohiyo commented 1 year ago

Sorry, too late reply.

Thnak you for feature request!!