We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849f475 commit 93bc300Copy full SHA for 93bc300
builder/esp32.py
@@ -924,7 +924,7 @@ def compile(): # NOQA
924
if 'To flash, run:' in output:
925
output = output.rsplit('To flash, run:')[-1].strip()
926
927
- espressif_path = "~/.espressif"
+ espressif_path = os.path.expanduser('~/.espressif')
928
python_path = f'{espressif_path}/python_env/idf5.2_py3.10_env/bin'
929
esptool_path = f'{python_path}/esptool.py'
930
python_path += '/python'
0 commit comments