Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Modify C for color sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
xnkevinnguyen committed Apr 21, 2020
1 parent 17d29db commit a69db06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/components/toolbar/clue/ClueSensorProperties.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const CLUE_SLIDER_B: ISliderProps = {
const CLUE_SLIDER_C: ISliderProps = {
axisLabel: "C",
maxLabel: "Max",
maxValue: 255,
maxValue: 65535,
minLabel: "Min",
minValue: 0,
type: SENSOR_LIST.LIGHT_C,
Expand Down

0 comments on commit a69db06

Please sign in to comment.