-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[SOLVED] Dallas DS18B20 Hangs ESP [Arduino 1.6.4 + ESP8266 installed via Boards Manager] #290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
may linked to the problem #283 and #282. the OneWire libary is not part of the "hardware" is a generic library. |
I'll test this night! but If I remember well I downloaded and copied the Onewire library from your link. Regards! |
@Links2004 You're awesome! It's working, I copied the library from the github, but a 5 days ago version... xD Issue Solved just copy the library from Thanks @Links2004 |
Should be fixed now. |
I succesfully installed a Dallas DS18B20 on a ESP12 Using the 1.6.1 ESP-IDE (Obviously I added the OneWire and DallasTemperature libraries)
On the lastest Arduino 1.6.4 and installing the ESP via Boards I load the same sketch and the ESP hangs and reset everytime.
If I load the sketch with the previous IDE it loads and works OK.
Anyone has the same problem?
The text was updated successfully, but these errors were encountered: