Skip to content

Commit

Permalink
Revert "Enable temperature sensors on the factory"
Browse files Browse the repository at this point in the history
This reverts commit bcf0809.

QE expects those sensors to be false for testing reasons
  • Loading branch information
mbaldessari committed Nov 25, 2024
1 parent 99b0766 commit c901000
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 @@ -31,7 +31,7 @@ data:
SENSOR_LIGHT_MINRANGE: "0"
SENSOR_LIGHT_START: "0"

SENSOR_TEMPERATURE_ENABLED: "true"
SENSOR_TEMPERATURE_ENABLED: "false"
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 @@ -31,7 +31,7 @@ data:
SENSOR_LIGHT_MINRANGE: "0"
SENSOR_LIGHT_START: "0"

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

0 comments on commit c901000

Please sign in to comment.