diff --git a/docs b/docs index 670721e9..6493e4c2 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 670721e9231cdedd1e28f9826759f7db70cab0e8 +Subproject commit 6493e4c239c7775beca175e06207a2fb76a93352 diff --git a/examples b/examples index f06e9656..9b393441 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit f06e9656a490c17b9193ce78dca8df4c7a6cb82e +Subproject commit 9b3934418378480ee1f04cc99941e9d46b167bfa diff --git a/scripts/docspregen.py b/scripts/docspregen.py index 1b595b3f..3693d9cb 100644 --- a/scripts/docspregen.py +++ b/scripts/docspregen.py @@ -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 )