Skip to content

Commit 6863921

Browse files
committed
Add SC830AI
1 parent 141a392 commit 6863921

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
@@ -619,6 +619,9 @@ static int detect_smartsens_sensor(sensor_ctx_t *ctx, int fd,
619619
case 0xdc42:
620620
res = 0x4336;
621621
return true;
622+
case 0xc143:
623+
strcpy(ctx->sensor_id, "SC830AI");
624+
return true;
622625
case 0xbd1e:
623626
strcpy(ctx->sensor_id, "SC850SL");
624627
return true;

0 commit comments

Comments
 (0)