WizardKit/scripts/wk
2Shirt 4990537082
Handle critical temps correctly in mprime sections
* Moved ThermalLimitReachedError catches to wk.hw.sensors
  * Before they would never be caught and would never stop the script
* Added cpu_reached_critical_temp() to wk.hw.sensors
  * This allows us to check if it happened without exceptions
* Added thermal_action to wk.hw.sensors
  * This is run when ThermalLimitReachedError(s) are caught
* Stop print_countdown if mprime is terminated
  * This is required since it may be killed in the background
2019-12-02 20:11:02 -07:00
..
borrowed Added Windows activation functions 2019-09-18 22:27:38 -07:00
cfg Split Prime95 and cooling Test() objects 2019-11-14 20:16:15 -07:00
hw Handle critical temps correctly in mprime sections 2019-12-02 20:11:02 -07:00
kit Added SafeMode enter/exit sections 2019-09-15 18:47:52 -07:00
os Renamed some vars for consistency 2019-10-22 18:43:04 -07:00
sw Added SafeMode enter/exit sections 2019-09-15 18:47:52 -07:00
__init__.py Added wk/tmux.py 2019-11-09 17:29:31 -07:00
exe.py Update for Python 3.8 pylint alerts 2019-12-02 17:55:05 -07:00
io.py Small formatting adjustment 2019-11-09 17:28:43 -07:00
log.py Started work on per-pass log handling in hw-diags 2019-11-12 17:32:55 -07:00
net.py Added network_test() 2019-11-10 14:47:56 -07:00
std.py Update for Python 3.8 pylint alerts 2019-12-02 17:55:05 -07:00
tmux.py Prime95 workflow mostly done 2019-11-13 17:47:52 -07:00