Target in environment
Posted: Mon Nov 04, 2024 6:03 pm
I use the VS-code (latest version) on a Windows 11 PC with the framework 5.3.1.
When I start a new project and set the target to ESP32-S3, I get a message saying the environment variable is set to ESP32. The message is:
Target 'esp32s3' specified on command line is not consistent with target 'esp32' in the environment.
I have set the target by the command idf.py set-target esp32s3
How do I change the environment setting from esp32 to esp32s3?
There are various suggestions coming up, when I search for a solution. I have tried several of them, but the error message is still there.
Regards,
Jorgen
When I start a new project and set the target to ESP32-S3, I get a message saying the environment variable is set to ESP32. The message is:
Target 'esp32s3' specified on command line is not consistent with target 'esp32' in the environment.
I have set the target by the command idf.py set-target esp32s3
How do I change the environment setting from esp32 to esp32s3?
There are various suggestions coming up, when I search for a solution. I have tried several of them, but the error message is still there.
Regards,
Jorgen