Skip to content

Commit 80042bc

Browse files
authored
Update minimal pipenv setup to exclude esptool
Removed esptool installation from minimal pipenv setup.
1 parent 319025e commit 80042bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,8 @@ def configure_default_packages(self, variables: Dict, targets: List[str]) -> Uni
845845
core_dir = config.get("platformio", "core_dir")
846846

847847
# Setup penv using minimal function (no SCons dependencies, esptool from tl-install)
848-
penv_python, esptool_path = _setup_pipenv_minimal(self, core_dir, install_esptool=True)
849-
848+
penv_python, esptool_path = _setup_pipenv_minimal(self, core_dir)
849+
850850
# Store both for later use
851851
self._penv_python = penv_python
852852
self._esptool_path = esptool_path

0 commit comments

Comments
 (0)