Skip to content

Commit

Permalink
add sc2232 sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
themactep committed Apr 27, 2024
1 parent b573eee commit 8083254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Config.sensor.in
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ choice BR2_SENSOR_NAME
bool "SmartSens SC202cs"
config BR2_SENSOR_SC2210
bool "SmartSens SC2210"
config BR2_SENSOR_SC2232
bool "SmartSens SC2232"
config BR2_SENSOR_SC2232H
bool "SmartSens SC2232h"
config BR2_SENSOR_SC2235
Expand Down
2 changes: 2 additions & 0 deletions external.mk
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ else ifeq ($(BR2_SENSOR_SC202CS),y)
SENSOR_MODEL := sc202cs
else ifeq ($(BR2_SENSOR_SC2210),y)
SENSOR_MODEL := sc2210
else ifeq ($(BR2_SENSOR_SC2232),y)
SENSOR_MODEL := sc2232
else ifeq ($(BR2_SENSOR_SC2232H),y)
SENSOR_MODEL := sc2232h
else ifeq ($(BR2_SENSOR_SC2235),y)
Expand Down

0 comments on commit 8083254

Please sign in to comment.