Add comment

This commit is contained in:
shakemid 2017-09-26 14:57:18 +09:00
parent c626d69771
commit a6e0aeaf6a

View file

@ -71,6 +71,9 @@ temper_type_t tempers[TEMPER_TYPES] = {
{ 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 */
#define MAX_DEV 8