Skip to content

Commit a69db06

Browse files
committed
Modify C for color sensor
1 parent 17d29db commit a69db06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/view/components/toolbar/clue/ClueSensorProperties.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const CLUE_SLIDER_B: ISliderProps = {
3333
const CLUE_SLIDER_C: ISliderProps = {
3434
axisLabel: "C",
3535
maxLabel: "Max",
36-
maxValue: 255,
36+
maxValue: 65535,
3737
minLabel: "Min",
3838
minValue: 0,
3939
type: SENSOR_LIST.LIGHT_C,

0 commit comments

Comments
 (0)