jpraus / arduino-opentherm

Arduino library and hardware shield to send and receive data from Opentherm devices
Other
164 stars 42 forks source link

Update opentherm.cpp #21

Closed JWGracht closed 3 years ago

JWGracht commented 3 years ago

Add support for Arduino Leonardo

jpraus commented 3 years ago

Thank you for your contribution! I am going to get Leonard board ASAP to test your changes and merge it afterwards.

Nightenom commented 3 years ago

I can confirm using these timers works for leonardo board (tested 40 different messages over 3 mins)

jpraus commented 3 years ago

@Nightenom there is a conflict right now, can you please resolve it? I will then merge it into master and release it.

JWGracht commented 3 years ago

Hi Jiri,

That is because you merged the pull request from 27th of december before mine from 5th of december.

I expect I have to create a new pull request now based on your current master and implement the update again? since my part is overwritten now.

Let me know if there are maybe also other solutions, because this is my first pull request I ever did on Github :)

Regards

Nightenom commented 3 years ago

@JWGracht you can resolve conflicts either here or using your github client (like gitkraken/github windows/...) https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github

JWGracht commented 3 years ago

Ok. I have copied back to my file and added the new part from commit b91ff3. I think this solves the issue. But I am not able to test this for the Arduino Uno Wifi Rev2 and Arduino Nano boards from commit b91ff3

JWGracht commented 3 years ago

Did I do the update correct and is it ok now? Or should I still do something before it can be merged to the library?

jpraus commented 3 years ago

Yeah! Thank you! It's in! Thank you very much for contributing!