Skip to content

Commit

Permalink
add sc2300 sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
themactep committed Apr 27, 2024
1 parent 3a68b36 commit 33a849a
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 @@ -177,6 +177,8 @@ choice BR2_SENSOR_NAME
bool "SmartSens SC223a"
config BR2_SENSOR_SC230AI
bool "SmartSens SC230ai"
config BR2_SENSOR_SC2300
bool "SmartSens SC2300"
config BR2_SENSOR_SC2310
bool "SmartSens SC2310"
config BR2_SENSOR_SC2315E
Expand Down
2 changes: 2 additions & 0 deletions external.mk
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ else ifeq ($(BR2_SENSOR_SC223A),y)
SENSOR_MODEL := sc223a
else ifeq ($(BR2_SENSOR_SC230AI),y)
SENSOR_MODEL := sc230ai
else ifeq ($(BR2_SENSOR_SC2300),y)
SENSOR_MODEL := sc2300
else ifeq ($(BR2_SENSOR_SC2310),y)
SENSOR_MODEL := sc2310
else ifeq ($(BR2_SENSOR_SC2315E),y)
Expand Down

0 comments on commit 33a849a

Please sign in to comment.