Skip to content

Commit 9a67930

Browse files
zhiquanyeoZhiquan Yeo
and
Zhiquan Yeo
authored
Temporarily disable ultrasonic handling (#23)
Co-authored-by: Zhiquan Yeo <[email protected]>
1 parent ef809a8 commit 9a67930

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,9 @@ void loop() {
340340
}
341341

342342
void loop1() {
343-
if (xrp::rangefinderInitialized()) {
344-
xrp::rangefinderPeriodic();
345-
}
343+
// if (xrp::rangefinderInitialized()) {
344+
// xrp::rangefinderPeriodic();
345+
// }
346346

347-
delay(20);
347+
// delay(20);
348348
}

0 commit comments

Comments
 (0)