mirror of
https://github.com/shakemid/pcsensor-temper.git
synced 2025-01-22 01:28:16 +01:00
Change version 1.0.1a -> 1.1.0
This commit is contained in:
parent
cc37eec1cf
commit
38989ad8b7
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* 2011/08/30 Thanks to EdorFaus: bugfix to support negative temperatures
|
* 2011/08/30 Thanks to EdorFaus: bugfix to support negative temperatures
|
||||||
|
* 2017/08/30 Improved by K.Cima: changed libusb-0.1 -> libusb-1.0
|
||||||
|
* https://github.com/shakemid/pcsensor
|
||||||
*
|
*
|
||||||
* Temper driver for linux. This program can be compiled either as a library
|
* Temper driver for linux. This program can be compiled either as a library
|
||||||
* or as a standalone program (-DUNIT_TEST). The driver will work with some
|
* or as a standalone program (-DUNIT_TEST). The driver will work with some
|
||||||
|
@ -37,7 +39,7 @@
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <libusb.h>
|
#include <libusb.h>
|
||||||
|
|
||||||
#define VERSION "1.0.1a"
|
#define VERSION "1.1.0"
|
||||||
|
|
||||||
#define VENDOR_ID 0x0c45
|
#define VENDOR_ID 0x0c45
|
||||||
#define PRODUCT_ID 0x7401
|
#define PRODUCT_ID 0x7401
|
||||||
|
|
Loading…
Add table
Reference in a new issue