Using the new Arduino IDE for ESP8266 and found bugs, report them here

Moderator: igrr

User avatar
By vcruzmed
#73811 Hi,

I started getting this problem after upgrading the ESP8266 core libraries to v2.4.0. Before the upgrade it was compiling fine. There are several ways to solve this problem but what I did was to include only the DallasTemperature.h header and delete the reference to OneWire.h from my sketch.

Hope it helps.
User avatar
By aDub
#73835 I had this, try updating your Dallas libraries. fixed it for me :)
Renaming libraries can cause confusion later when you forgot what you did!