Skip to content

Commit f4cf0c1

Browse files
Update src/view/translations/en.json
Co-Authored-By: Vandy Liu <33995460+vandyliu@users.noreply.github.com>
1 parent 1f37fa9 commit f4cf0c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/view/translations/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
"toolbar-clue-gesture-sensor.description": "The gesture sensor can detect directional gestures (left to right, right to left, up to down, down to up), but in theory more complicated gestures like zig-zag, clockwise or counterclockwise circle, near to far, etc. could also be detected with additional code. ",
9494
"toolbar-clue-gesture-sensor.tryItDescription": "Select a gesture and send it by clicking the button.",
9595
"toolbar-clue-proximity-sensor.title": "Proximity",
96-
"toolbar-clue-proximity-sensor.description": "The proximity sensor uses APDS9960 and is able to return how close an object is to the front of the sensor.",
96+
"toolbar-clue-proximity-sensor.description": "The proximity sensor uses APDS9960 and is able to return how close an object is to the front of the sensor. This is a number from 0 to 255 where the higher the number the closer an object is to the sensor. You won't be able to translate this into an absolute value in units like inches or millimeters, you can only see how it changes relative to other values",
97+
9798
"toolbar-clue-proximity-sensor.tryItDescription": "Set relative proximity to the sensor in values from 0 - 255",
9899
"toolbar-clue-bluetooth.title": "Bluetooth",
99100
"toolbar-clue-bluetooth.description": "You can transmit data over Bluetooth to a computer or mobile device for data plotting and logging, or save it to the built in storage.",

0 commit comments

Comments
 (0)