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

There is no support to directly import libraries (official and git) #1

Closed
nilsonLazarin opened this issue Apr 26, 2023 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@nilsonLazarin
Copy link
Member

The Arduino-CLI supports importing official libraries or libraries directly from a GitHub repository. However, this feature is not implemented yet in the chonos-firmwaremng.

@nilsonLazarin nilsonLazarin self-assigned this Jun 30, 2024
@nilsonLazarin nilsonLazarin added the enhancement New feature or request label Jun 30, 2024
nilsonLazarin added a commit that referenced this issue Jun 30, 2024
@nilsonLazarin
Copy link
Member Author

#New Feature --importLibrary

Options

# importing from a .ZIP file
sudo chonosFirmwareManager --importLibrary -f /tmp/Adafruit_Zero_PDM_Library-1.2.3.zip 

# importing from a URL
sudo chonosFirmwareManager --importLibrary -u https://downloads.arduino.cc/libraries/github.com/acrobotic/ACROBOTIC_SSD1306-1.0.1.zip

# importing from a GitHub repository
sudo chonosFirmwareManager --importLibrary -g chon-group/javino2arduino

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant