Skip to content

Commit

Permalink
Add SC4336P
Browse files Browse the repository at this point in the history
  • Loading branch information
dimerr committed Aug 16, 2024
1 parent 91bf351 commit 264a466
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 0x9c42:
strcpy(ctx->sensor_id, "SC4336P");
return true;
case 0xc143:
strcpy(ctx->sensor_id, "SC830AI");
return true;
Expand Down

0 comments on commit 264a466

Please sign in to comment.