fix error comment with correct unit

This commit is contained in:
brentru 2022-01-21 16:57:56 -05:00
parent f5c63c3790
commit d842bd32a1

View file

@ -475,7 +475,7 @@ void WipperSnapper_Component_I2C::update() {
(*iter)->setSensorPressurePeriodPrv(curTime);
} else {
WS_DEBUG_PRINTLN("ERROR: Failed to get relative humidity!");
WS_DEBUG_PRINTLN("ERROR: Failed to get Pressure!");
}
}
@ -495,7 +495,7 @@ void WipperSnapper_Component_I2C::update() {
(*iter)->setSensorCO2PeriodPrv(curTime);
} else {
WS_DEBUG_PRINTLN("ERROR: Failed to get relative humidity!");
WS_DEBUG_PRINTLN("ERROR: Failed to get CO2!");
}
}