Compare commits
2 Commits
5ae0cdfc08
...
ab54ce8cfb
| Author | SHA1 | Date | |
|---|---|---|---|
|
ab54ce8cfb
|
|||
|
6c567801a4
|
@@ -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 = 60000;
|
inactivity_delay = 60;
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
|
|||||||
Reference in New Issue
Block a user