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

Cannot seem to configure the latest branch in platformio.ini lib_deps #704

Closed
caballero03 opened this issue Jun 15, 2024 · 1 comment
Closed

Comments

@caballero03
Copy link

When I change the lib_deps path from SignalK/SensESP to https://github.com/SignalK/SensESP.git#latest it doesn't seem to give me the proper version. Most notably, the ads1x15 code is missing.

I am working on a project where I want to read from some ADS1115 ADC's. The ads1x15 sensor code looks great. This is what I am after in the latest branch. Which branch should I be using if I want to use the ads1x15 sensor code?

@mairas
Copy link
Collaborator

mairas commented Jun 16, 2024

The latest tag is really, really old and definitely shouldn't be used. The latest released version (as provided by the SignalK/SensESP dependency) is v2 something, and v3 (currently in the dev-3 branch) is about to be released pretty soon.

SensESP hasn't had built-in support for any external hardware since the v2 release. It is fairly straightforward to provide support for any hardware you want, as long as some Arduino libraries are available. See this tutorial: https://signalk.org/SensESP/pages/tutorials/bmp280/

@mairas mairas closed this as completed Jun 16, 2024
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

No branches or pull requests

2 participants