Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork436
Closed as not planned
Closed as not planned
Description
Describe the request
Download libraries' dependencies for libraries in sketch profile
E.g. this profile should install 'Adafruit SSD1306' and dependencies 'Adafruit GFX Library' and 'Adafruit BusIO':
profiles:esp32:fqbn:esp32:esp32:esp32platforms: -platform:esp32:esp32 (3.2.0)libraries: -Adafruit SSD1306 (2.5.14)
Describe the current behavior
When invokingarduino-cli compile dependencies for libraries in profile file are not downloaded.
E.g. if user executedarduino-cli lib install "Adafruit SSD1306" then three libraries will be installed: 'Adafruit SSD1306' itself and it's dependencies 'Adafruit GFX Library' and 'Adafruit BusIO'
But if user states in sketch profile only one library 'Adafruit SSD1306' then only this one installed. And it's dependencies are missing.
Arduino CLI version
1.2.2
Operating system
Linux
Operating system version
Ubuntu 22.04
Additional context
No response
Issue checklist
- I searched for previous requests inthe issue tracker
- I verified the feature was still missing when using thenightly build
- My request contains all necessary details