You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/roode/roode.h
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,11 @@ namespace esphome
15
15
{
16
16
#defineNOBODY0
17
17
#defineSOMEONE1
18
-
#defineVERSION"v1.3.2"
18
+
#defineVERSION"v1.3.3"
19
19
#defineEEPROM_SIZE512
20
20
staticint LEFT = 0;
21
21
staticint RIGHT = 1;
22
-
// MQTT Commands
23
-
staticint resetCounter = 0;
24
-
staticint forceSetValue = -1;
22
+
staticconstuint16_t DISTANCES_ARRAY_SIZE = 10;
25
23
26
24
/*
27
25
##### CALIBRATION #####
@@ -42,7 +40,7 @@ namespace esphome
42
40
43
41
// parameters which define the time between two different measurements in various modes (https://www.st.com/resource/en/datasheet/vl53l1x.pdf)
44
42
staticint time_budget_in_ms_short = 15; // 20ms with the full API but 15ms with the ULD API (https://www.st.com/resource/en/user_manual/um2510-a-guide-to-using-the-vl53l1x-ultra-lite-driver-stmicroelectronics.pdf)
45
-
staticint time_budget_in_ms_long = 33; // Works up to 3.1m increase to 140ms for 4m
43
+
staticint time_budget_in_ms_long = 33; // Works up to 3.1m increase to minimum of 140ms for 4m
46
44
staticint time_budget_in_ms_max_range = 200; // Works up to 4m in the dark on a white chart
0 commit comments