-
Notifications
You must be signed in to change notification settings - Fork 12
Wrapper for TempProbe #11
Wrapper for TempProbe #11
Conversation
We are also waiting on Arduino-CI/arduino_ci#193. |
I think the problem is elsewhere, see cherbel#1 |
It looks like you might be checking out the wrong branch in your install script: # get custom version of Adafruit_MAX31865
git clone https://github.com/Arduino-CI/Adafruit_MAX31865.git
mv Adafruit_MAX31865 $(bundle exec arduino_library_location.rb) The error you're getting about |
See Arduino-CI/arduino_ci#212 for an example of what we are trying to do. |
I just merged |
Merge latest changes to show test failures
@jgfoster I think this is ready to be merged. |
If this is ready, please update the PR title and description. |
Change to multi-line 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.
LGTM
@all-contributors please add @cherbel for code |
I've put up a pull request to add @cherbel! 🎉 |
Update: We have clean test runs.
This does not work due to the issue submitted here: Arduino-CI/arduino_ci#192