File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 99
99
"optional" : false ,
100
100
"owner" : " pioarduino" ,
101
101
"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"
102
108
},
103
109
"tool-dfuutil-arduino" : {
104
110
"type" : " uploader" ,
Original file line number Diff line number Diff line change 14
14
15
15
import fnmatch
16
16
import os
17
- import contextlib
18
17
import json
19
18
import requests
20
19
import socket
@@ -436,6 +435,7 @@ def _install_common_idf_packages(self) -> None:
436
435
def _configure_check_tools (self , variables : Dict ) -> None :
437
436
"""Configure static analysis and check tools based on configuration."""
438
437
check_tools = variables .get ("check_tool" , [])
438
+ self .install_tool ("contrib-piohome" )
439
439
if not check_tools :
440
440
return
441
441
You can’t perform that action at this time.
0 commit comments