Skip to content

Commit 3ab1035

Browse files
committed
Fixes wrong parameter
1 parent 77ccf67 commit 3ab1035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/UnitUnified/UnitUltraSonicI2C/PlotToSerial/main/PlotToSerial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace {
1515
auto& lcd = M5.Display;
1616
m5::unit::UnitUnified Units;
1717
m5::unit::UnitUltraSonicI2C unit;
18-
constexpr uint32_t interval{125};
18+
constexpr uint32_t interval{150};
1919

2020
} // namespace
2121

0 commit comments

Comments
 (0)