Skip to content

Commit

Permalink
Include SCD4x in setTempOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
melkati committed Nov 29, 2021
1 parent 8420e8d commit e8a30bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sensors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ float Sensors::getTemperature() {
void Sensors::setTempOffset(float offset){
toffset = offset;
setSCD30TempOffset(toffset);
setSCD4xTempOffset(toffset);
}

float Sensors::getGas() {
Expand Down

0 comments on commit e8a30bb

Please sign in to comment.