EspecNorthAmerica / ChamberConnectLibrary

Python library for ESPEC North America chambers with P-300, SCP-220, Watlow F4, F4T controllers.
http://www.espec.com/na/support/software/
MIT License
30 stars 24 forks source link

Fix time remaining carry bug in Watlow F4 get_prgm_time implementation #17

Open mitchgu opened 3 years ago

mitchgu commented 3 years ago

Hi, when using this library with a Watlow F4 chamber, I discovered that the profile time remaining calculation wasn't carrying over the minutes to hours properly. Here is a tiny PR that fixes that bug.