Conversation
|
ok, saw no need for this before, but will test and come back to this.
|
|
I have removed unnecessary code, but one travis's test is fail. I can't understand why |
|
@Giermann is right, the core code should not be altered in this PR. Your Problem is not connected with this part of the code after the search. Look at There are two more steps:
|
src/OneWireHub.cpp
Outdated
|
|
||
| slave_selected = nullptr; | ||
| searchIDTree(); | ||
| slave_selected->duty(this); |
There was a problem hiding this comment.
why is that needed? gonna remove this line as it is not default OW-behavior.
There was a problem hiding this comment.
Oh man, didn't see that before! Sorry, you are totally right, some ICs allow that. Will implement IC-dependent option for that! But will have to disable it for now as it is messing with the other ICs.
prepare TODO for future version
|
thanks for the contribution - sorry for the loooooooong delay :( |
No description provided.