Skip to content
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

PlatformIO #144

Merged
merged 5 commits into from
Mar 7, 2020
Merged

PlatformIO #144

merged 5 commits into from
Mar 7, 2020

Conversation

TheAssassin
Copy link
Contributor

Please update your README accordingly to replace that awkward series of calls to the Arduino IDE etc. with e.g., a link to the PlatformIO docs.

- if [[ "$BD" =~ "esp32:esp32:" ]]; then git clone https://github.com/bbx10/Hash_tng ; fi
- cd -
- sudo apt-get update && sudo apt-get install -y --no-install-recommends python3-minimal python3-pip python3-setuptools
- pip3 install platformio==4.2.1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just pinned it because you prefer that it seems. I don't think there'll be issues with any PlatformIO version >= 4, though. Pinning the dependencies makes sense indeed.

@probonopd
Copy link
Owner

As a matter of policy I want to pin everything in this project as it has proven to be flaky. That it compiles does not mean that it works, and I have already lost much time due to this fact.

@probonopd probonopd merged commit 513a43c into probonopd:master Mar 7, 2020
@TheAssassin
Copy link
Contributor Author

TheAssassin commented Mar 7, 2020

I think the way PlatformIO allows for pinning dependencies is straightforward, and most of it has been taken from the commands in the Travis config. Can you test the binaries which are built by PlatformIO perhaps? I don't have any SD card hardware nor a printer with serial pins right now.

Edit: nevermind.

@probonopd
Copy link
Owner

A big thank you @TheAssassin 🥇

@TheAssassin TheAssassin deleted the pio branch March 7, 2020 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants