mirror of
https://github.com/shakemid/pcsensor-temper.git
synced 2025-01-21 09:08:17 +01:00
Add comment
This commit is contained in:
parent
c626d69771
commit
a6e0aeaf6a
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ temper_type_t tempers[TEMPER_TYPES] = {
|
||||||
{ 0x0c45, 0x7402, "TEMPerHUM", 0, 1, 1, decode_answer_sht1x },
|
{ 0x0c45, 0x7402, "TEMPerHUM", 0, 1, 1, decode_answer_sht1x },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* memo: TEMPer2 cannot be distinguished with VID:PID,
|
||||||
|
thus product name (like TEMPer2V1.3) should be checked. */
|
||||||
|
|
||||||
/* global variables */
|
/* global variables */
|
||||||
|
|
||||||
#define MAX_DEV 8
|
#define MAX_DEV 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue