-
Notifications
You must be signed in to change notification settings - Fork 207
added driver for TSL2561 #32
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
Conversation
|
do you mind if we make some tweaks to the TSL2561 library to make it more memory-efficient? :) |
|
not at all, but would like to know the where and how |
|
ok ill open up issues /there/ with suggestions! |
|
Please rebase this. Other modules have been updated/added since this pull was requested. |
|
OK. Trying to rebase. What am I doing wrong? Here's what I did: make local copy of my branch: add upstream remote: fetch upstream: try to rebase: FAIL due to conflict in .gitmodule try to continue with rebase: acts like there's nothing to do:
|
|
|
|
That's what I did initially, but got this which made me think I needed to add/commit:
|
|
You just need to add and then continue. No commit |
|
Ohhhh. Add but don't commit. Got it. That worked. (that's wasn't obvious, and so programmed to commit after an add) Secret sauce for future ref: fix conflicts |
|
OK. Now having issues pushing up changes:
|
|
Use the |
|
Well, that worked. Why was that necessary? Also - do I make a new PR from this rebased fork? |
|
Force is necessary when you rebase because you aren't simply adding another commit. You are actually replacing some commits with others. No need for a new PR. PRs are based on the branch which you just updated. :-) |
tannewt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you!
what it says