mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Sync docs
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 670721e923...6493e4c239
2
examples
2
examples
Submodule examples updated: f06e9656a4...9b39344183
@ -357,6 +357,8 @@ Packages
|
||||
- Description"""
|
||||
)
|
||||
for name, options in dict(sorted(packages.items())).items():
|
||||
if name == "toolchain-gccarmnoneeab": # aceinna typo fix
|
||||
name = name + "i"
|
||||
package = REGCLIENT.get_package(
|
||||
"tool", options.get("owner", "platformio"), name
|
||||
)
|
||||
|
Reference in New Issue
Block a user