ccwienk / temper

Simple python for accessing TEMPer USB thermometers
MIT License
35 stars 27 forks source link

Add support for TEMPerF1.2 firmware #19

Closed bartnv closed 1 year ago

bartnv commented 1 year ago

I've got a metal TEMPer which lsusb identifies as 0c45:7401 "Microdia TEMPer Temperature Sensor" and it reports "TEMPerF1.2" as firmware. It works fine with temper-py, so here's a patch to enable it for everyone.

eode commented 1 year ago

Thanks for the contribution.