letscontrolit / ESPEasy

Easy MultiSensor device based on ESP8266/ESP32
http://www.espeasy.com
Other
3.22k stars 2.2k forks source link

Custom.h and DS18B20 #4674

Closed betux69 closed 10 months ago

betux69 commented 1 year ago

Hi,

I want to make a build with DS18B20 but i can't find in the list (i make a search in the file). I see dht11 but not DS18B20.

I think his hide with an other name ;o)

Thanks

tonhuisman commented 1 year ago

It is hiding under its previous manufacturer name, Dallas (that hasn't changed in a long time in Custom-sample.h), you will have to add #define USES_P004 to get that one in.