Skip to content

Commit 42070cb

Browse files
authored
add sc430ai sensor (#131)
1 parent 55518d8 commit 42070cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sensors.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,9 @@ static int detect_smartsens_sensor(sensor_ctx_t *ctx, int fd,
604604
case 0xcd6b:
605605
strcpy(ctx->sensor_id, "SC431AI");
606606
return true;
607+
case 0xce39:
608+
strcpy(ctx->sensor_id, "SC430AI");
609+
return true;
607610
case 0xce1a:
608611
// XM
609612
res = 0x5332;

0 commit comments

Comments
 (0)