@mfalkvidd That worked. Thanks.
J
Joseph Absher
@Joseph Absher
Posts
-
💬 Temperature Sensor -
💬 Temperature SensorI am getting the error:
DallasTemperatureSensor.ino: In function 'void loop()': DallasTemperatureSensor:93: error: 'getConfig' was not declared in this scope float temperature = static_cast<float>(static_cast<int>((getConfig().isMetric?sensors.getTempCByIndex(i):sensors.getTempFByIndex(i)) * 10.)) / 10.;Does anyone have any suggestions?