Skip to content

Commit 06a185e

Browse files
committed
install "contrib-piohome"
1 parent 6be54b3 commit 06a185e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

platform.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@
9999
"optional": false,
100100
"owner": "pioarduino",
101101
"version": "https://github.com/pioarduino/esp_install/releases/download/v5.0.0/esp_install-v5.0.0.zip"
102+
},
103+
"contrib-piohome": {
104+
"optional": true,
105+
"owner": "pioarduino",
106+
"package-version": "3.4.4",
107+
"version": "https://github.com/pioarduino/registry/releases/download/0.0.1/contrib-piohome-3.4.4.tar.gz"
102108
},
103109
"tool-dfuutil-arduino": {
104110
"type": "uploader",

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
import fnmatch
1616
import os
17-
import contextlib
1817
import json
1918
import requests
2019
import socket
@@ -436,6 +435,7 @@ def _install_common_idf_packages(self) -> None:
436435
def _configure_check_tools(self, variables: Dict) -> None:
437436
"""Configure static analysis and check tools based on configuration."""
438437
check_tools = variables.get("check_tool", [])
438+
self.install_tool("contrib-piohome")
439439
if not check_tools:
440440
return
441441

0 commit comments

Comments
 (0)