Update src/modules/Telemetry/Sensor/SFA30Sensor.cpp

Co-authored-by: Wessel <wessel@weebl.me>
This commit is contained in:
Ben Meadors
2026-02-13 17:35:03 -06:00
committed by GitHub
co-authored by GitHub Wessel
parent 3d649d518f
commit c79e1925d9
+1 -1
View File
@@ -91,7 +91,7 @@ void SFA30Sensor::sleep()
reClockI2C(currentClock, _bus, false);
#endif
LOG_INFO("%s: stop measurement");
LOG_INFO("%s: stop measurement", sensorName);
state = State::IDLE;
measureStarted = 0;
}