Switch PlatformIO deps from PIO Registry to tagged GitHub zips#10142
Merged
Conversation
ac4a7ee to
63bedd2
Compare
2c65d75 to
1134075
Compare
vidplace7
commented
Apr 12, 2026
Comment on lines
+138
to
+143
| # renovate: datasource=github-tags depName=Adafruit GFX packageName=adafruit/Adafruit-GFX-Library | ||
| https://github.com/adafruit/Adafruit-GFX-Library/archive/refs/tags/1.12.6.zip | ||
| # renovate: datasource=github-tags depName=NeoPixel packageName=adafruit/Adafruit_NeoPixel | ||
| https://github.com/adafruit/Adafruit_NeoPixel/archive/refs/tags/1.15.4.zip | ||
| # renovate: datasource=github-tags depName=Adafruit SSD1306 packageName=adafruit/Adafruit_SSD1306 | ||
| https://github.com/adafruit/Adafruit_SSD1306/archive/refs/tags/2.5.16.zip |
Member
Author
There was a problem hiding this comment.
These 3 "new" dependencies were being unconditionally added by other Adafruit libs.
- Adafruit-GFX-Library
- Adafruit_NeoPixel
- Adafruit_SSD1306
Adding them here explicitly forces them to use github as the source, and makes our builds more reproducible.
Example:
https://github.com/adafruit/Adafruit_INA219/blob/2.1.0/library.properties#L10
Explicit dependencies on NeoPixel have been removed in other variants since they're redundant.
1134075 to
55e0dee
Compare
jp-bennett
approved these changes
Apr 12, 2026
NomDeTom
pushed a commit
to NomDeTom/MeshtasticFirmware
that referenced
this pull request
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Switch all dependencies defined in the base
platformio.inifrom PlatformIO Registry sources to GitHub tag sources.This does not include any library upgrades. Simply a source change.
Should help further with PlatformIO Registry ratelimiting issues.
This should be backmerged to
developASAFP after merge (the build containers are cache based on the state ofmaster)