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:34:53 -06:00
committed by GitHub
co-authored by GitHub Wessel
parent 947f8176dc
commit 3d649d518f
+1 -1
View File
@@ -84,7 +84,7 @@ void SFA30Sensor::sleep()
// Note - not recommended for this sensor on a periodic basis
if (this->isError(sfa30.stopMeasurement())) {
LOG_ERROR("%s: can't stop measurement");
LOG_ERROR("%s: can't stop measurement", sensorName);
};
#if defined(SFA30_I2C_CLOCK_SPEED) && defined(CAN_RECLOCK_I2C)