fix error comment with correct unit
This commit is contained in:
parent
f5c63c3790
commit
d842bd32a1
1 changed files with 2 additions and 2 deletions
|
|
@ -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!");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue