@mfalkvidd That worked. Thanks.
Joseph Absher
@Joseph Absher
1
Reputation
2
Posts
311
Profile views
0
Followers
0
Following
Best posts made by Joseph Absher
Latest posts made by Joseph Absher
-
RE: 💬 Temperature Sensor
I 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?