Update src/modules/Telemetry/Sensor/SFA30Sensor.cpp
Co-authored-by: Wessel <wessel@weebl.me>
This commit is contained in:
co-authored by
GitHub
Wessel
parent
3d649d518f
commit
c79e1925d9
@@ -91,7 +91,7 @@ void SFA30Sensor::sleep()
|
|||||||
reClockI2C(currentClock, _bus, false);
|
reClockI2C(currentClock, _bus, false);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
LOG_INFO("%s: stop measurement");
|
LOG_INFO("%s: stop measurement", sensorName);
|
||||||
state = State::IDLE;
|
state = State::IDLE;
|
||||||
measureStarted = 0;
|
measureStarted = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user