Skip to content

Commit

Permalink
Add SC431AI
Browse files Browse the repository at this point in the history
  • Loading branch information
dimerr committed Apr 26, 2024
1 parent 24d2564 commit f86ac81
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 @@ -598,6 +598,9 @@ static int detect_smartsens_sensor(sensor_ctx_t *ctx, int fd,
// XM
strcpy(ctx->sensor_id, "SC401AI");
return true;
case 0xcd6b:
strcpy(ctx->sensor_id, "SC431AI");
return true;
case 0xce1a:
// XM
res = 0x5332;
Expand Down

0 comments on commit f86ac81

Please sign in to comment.