Dennis
Dennis
At this point no I will not undo anything. I fixed and enhanced so much stuff that I consider my fork to be the master and I have been directing...
You haven't replies back. Do you want to merge my whole fork? I think if you look at all the commits I did you will see that I put a...
I think you are correct. I will do another commit to fix it On Feb 14, 2017 1:48 PM, "Jürgen Skrotzky" wrote: > *@Jorgen-VikingGod* commented on this pull request. >...
It was never intended to be one big pull request. It started with just the first commit, but GITHUB for whatever reason just keeps adding subsequent commits onto the original...
I think all the pull requests you have accepted are already in my fork (although perhaps done slightly differently) If you are happy with everything, then I think we can...
Please try my fork of this library. The original library by 0xPIT as a number of bugs that I fixed. On Oct 31, 2016 5:38 PM, "Bill Hastings" [email protected] wrote:...
Please strip your sketch down to just the logic that uses the library and shows the issue and post your code. I don't have that hardware so never tested on...
Also I should mention that there is a minimum amount of time that the the button must be held before it goes into held/released state. If you let go too...
Did you verify you are actually going into HELD when this happens? you are not processing the clicked event, so I think it is may be because you are not...
I just duplicated the problem. It does seem to enter held, just never leaves it. May be a race condition. Stay tuned.....