Skip to content

Commit

Permalink
Add SC830AI
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda committed Jun 13, 2024
1 parent 141a392 commit 6863921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sensors.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,9 @@ static int detect_smartsens_sensor(sensor_ctx_t *ctx, int fd,
case 0xdc42:
res = 0x4336;
return true;
case 0xc143:
strcpy(ctx->sensor_id, "SC830AI");
return true;
case 0xbd1e:
strcpy(ctx->sensor_id, "SC850SL");
return true;
Expand Down

0 comments on commit 6863921

Please sign in to comment.