Compare commits
2 Commits
ab54ce8cfb
...
5ae0cdfc08
| Author | SHA1 | Date | |
|---|---|---|---|
|
5ae0cdfc08
|
|||
|
03131b65f1
|
@@ -34,7 +34,7 @@ void setup() {
|
|||||||
error = sensor.stopPeriodicMeasurement();
|
error = sensor.stopPeriodicMeasurement();
|
||||||
error = sensor.reinit();
|
error = sensor.reinit();
|
||||||
error = sensor.startPeriodicMeasurement();
|
error = sensor.startPeriodicMeasurement();
|
||||||
inactivity_delay = 60;
|
inactivity_delay = 60000;
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
|
|||||||
Reference in New Issue
Block a user