Skip to content

Commit

Permalink
add sc430ai sensor (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcd1992 authored Jan 1, 2025
1 parent 55518d8 commit 42070cb
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 @@ -604,6 +604,9 @@ static int detect_smartsens_sensor(sensor_ctx_t *ctx, int fd,
case 0xcd6b:
strcpy(ctx->sensor_id, "SC431AI");
return true;
case 0xce39:
strcpy(ctx->sensor_id, "SC430AI");
return true;
case 0xce1a:
// XM
res = 0x5332;
Expand Down

0 comments on commit 42070cb

Please sign in to comment.