WizardKit/scripts/wk/hw
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
..
__init__.py Added initial version of wk.hw.sensors 2019-11-11 21:29:21 -07:00
diags.py Handle critical temps correctly in mprime sections 2019-12-02 20:11:02 -07:00
obj.py Updated get_ram_list_linux() 2019-11-13 11:14:55 -07:00
sensors.py Handle critical temps correctly in mprime sections 2019-12-02 20:11:02 -07:00