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

Add library.json for PlatformIO #189

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

egnor
Copy link

@egnor egnor commented Apr 22, 2024

PlatformIO is an increasingly popular build system for embedded software. (I am not affiliated with it in any way.) It has a library manager that can establish dependencies directly to github repositories,
given only a relatively simple library.json file with package metadata and build instructions. This is such a file.

@egnor
Copy link
Author

egnor commented Apr 22, 2024

Note, this sets -DMQTT_USE_CUSTOM_SOCKET_HANDLE by default, because any system using PlatformIO will not be covered by the default socket type. This can be overridden by the user if necessary.

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.

1 participant