Skip to content

Commit

Permalink
Enable temperature sensors on the factory
Browse files Browse the repository at this point in the history
This makes for a better demo
  • Loading branch information
mbaldessari committed Oct 29, 2024
1 parent 063a3f3 commit bcf0809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data:
SENSOR_LIGHT_MINRANGE: "0"
SENSOR_LIGHT_START: "0"

SENSOR_TEMPERATURE_ENABLED: "false"
SENSOR_TEMPERATURE_ENABLED: "true"
SENSOR_TEMPERATURE_FREQUENCY: "5"
SENSOR_TEMPERATURE_MAXITERATION: "1"
SENSOR_TEMPERATURE_MAXRANGE: "55"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data:
SENSOR_LIGHT_MINRANGE: "0"
SENSOR_LIGHT_START: "0"

SENSOR_TEMPERATURE_ENABLED: "false"
SENSOR_TEMPERATURE_ENABLED: "true"
SENSOR_TEMPERATURE_FREQUENCY: "5"
SENSOR_TEMPERATURE_MAXITERATION: "1"
SENSOR_TEMPERATURE_MAXRANGE: "55"
Expand Down

0 comments on commit bcf0809

Please sign in to comment.