Flash problem in Vscode
Posted: Sun Jul 28, 2024 4:28 pm
Hi,
I have a problem with FLASHING.
=====
warnning was written in my language so it's not correct warnning but it is like this :
'd:\esp\espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe' 'd:\esp\v5.1.4\esp-idf\tools\idf_monitor.py' -p COM8 -b 115200 --toolchain-prefix xtensa-esp32-elf- --target esp32 'd:\Project\dht11\dht11_01\build\dht11_01.elf'
The filename, directory name, or volume label syntax is incorrect.
=====
it's because of apostrophe(' ') of directories.
1. I just downloaded VScode
2. I downloaded ESP-IDF extension.
3. did not touch anything and just built and flash a new project.
4. after flash the project, on terminal it happens.
with my another laptop, there was no error.
should I change settings.json or something?
I can play it only when I typed the command without apostrophes by myself.
I wanna do it automatically.
please help me.
Thank you so much.
I have a problem with FLASHING.
=====
warnning was written in my language so it's not correct warnning but it is like this :
'd:\esp\espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe' 'd:\esp\v5.1.4\esp-idf\tools\idf_monitor.py' -p COM8 -b 115200 --toolchain-prefix xtensa-esp32-elf- --target esp32 'd:\Project\dht11\dht11_01\build\dht11_01.elf'
The filename, directory name, or volume label syntax is incorrect.
=====
it's because of apostrophe(' ') of directories.
1. I just downloaded VScode
2. I downloaded ESP-IDF extension.
3. did not touch anything and just built and flash a new project.
4. after flash the project, on terminal it happens.
with my another laptop, there was no error.
should I change settings.json or something?
I can play it only when I typed the command without apostrophes by myself.
I wanna do it automatically.
please help me.
Thank you so much.