paulvha / scd30

arduino esp8266 ESP8266 SCD30 SCD-30 ESP32 UNOR4
Other
41 stars 11 forks source link

setForceRecalibration does not work #12

Closed eltraco closed 2 years ago

eltraco commented 2 years ago

When I try to use the command I get: error: 'setForceRecalibration' was not declared in this scope 103 | setForceRecalibration(880); | ^~~~~ exit status 1 'setForceRecalibration' was not declared in this scope

eltraco commented 2 years ago

Solved The command should be: airSensor.setForceRecalibration(880);