PaulStoffregen / OneWire

Library for Dallas/Maxim 1-Wire Chips
http://www.pjrc.com/teensy/td_libs_OneWire.html
595 stars 390 forks source link

getDeviceCount of "Meilenburton/Arduino-Temperature-Control-Library" dose not work on ESP32 #101

Open DerDoubleD opened 3 years ago

DerDoubleD commented 3 years ago

Here is a description of the bug. https://github.com/milesburton/Arduino-Temperature-Control-Library/issues/141 Can it be fixed like this like this? https://github.com/stickbreaker/OneWire

papillon81 commented 2 years ago

I just applied this single patch from the above mentioned fork https://github.com/stickbreaker/OneWire/commit/79a534e80371313e3db287f725e3bf3db10f3ead This solves the problem of "getDeviceCount" for me

uzi18 commented 2 years ago

@papillon81 @DerDoubleD as alternative please use OneWireNg lib