I use vscode+ESP IDF v5.0.1 to compile one app, then flash the image to target esp32c3. all runs ok.
I use the terminal and input the command "idf.py --version" then return v1.0.3, it' error, the right should be v5.0.1.
I wander something is wrong in my env configuration?
Search found 2 matches
- Thu Jun 08, 2023 10:03 am
- Forum: ESP-IDF
- Topic: why the IDF version show error?
- Replies: 0
- Views: 807
- Thu Jun 08, 2023 9:04 am
- Forum: ESP-IDF 中文讨论版
- Topic: 为何vscode中终端显示SDK版本号不对?
- Replies: 2
- Views: 1549
为何vscode中终端显示SDK版本号不对?
我用vs code中打开D:\Espressif\frameworks\esp-idf-v5.0.1\examples\get-started\hello_world工程,编译成功后烧录成功,运行正常。这时我输入idf.py --version,想看看版本号,有点不明白为何显示版本号v1.0.3; 我的版本号应该是v5.0.1才对啊。
是我哪里配置不对吗, 不太清楚。