We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa57199 commit 8bdfdb8Copy full SHA for 8bdfdb8
1 file changed
meshtastic/telemetry.proto
@@ -871,7 +871,7 @@ enum TelemetrySensorType {
871
* SHT family of sensors for temperature and humidity
872
*/
873
SHTXX = 50;
874
- * VL53L0 distance, sensor
+ * VL53L0X distance, sensor
875
876
VL53L0 = 51;
877
}
@@ -925,3 +925,17 @@ message SEN5XState {
925
926
optional fixed64 voc_state_array = 6;
927
928
+
929
+message VL53L0XState {
930
+ enum RangingMode {
931
+ Default = 0;
932
+ LongRange = 1;
933
+ HighSpeed = 2;
934
+ HighAccuracy = 3;
935
+ }
936
937
+ /*
938
+ * Current Ranging Mode
939
+ */
940
+ RangingMode mode = 1;
941
+}
0 commit comments