Search found 23 matches

by GFeonix
Thu Apr 23, 2026 3:34 am
Forum: ESP-IDF 中文讨论版
Topic: 哪里能看idf 5.4.4的具体bugfix清单?
Replies: 0
Views: 47

哪里能看idf 5.4.4的具体bugfix清单?

RT,想看下具体改了哪些,对现有项目有无影响
by GFeonix
Thu Apr 23, 2026 3:30 am
Forum: ESP-IDF 中文讨论版
Topic: eps32 s3 USB模拟U盘和供电问题
Replies: 1
Views: 77

Re: eps32 s3 USB模拟U盘和供电问题

应该不会的,一个走电源线一个走数据线
by GFeonix
Thu Apr 23, 2026 3:29 am
Forum: ESP-IDF 中文讨论版
Topic: 在使用mqtt时遇到了标识符未定义的问题
Replies: 2
Views: 96

Re: 在使用mqtt时遇到了标识符未定义的问题

CMakeLists里面也添加了mqtt吗?
by GFeonix
Mon Mar 30, 2026 1:13 am
Forum: ESP-IDF 中文讨论版
Topic: 安装ESP-IDF (VSCODE)出现错误:SSL/HTTPS错误
Replies: 2
Views: 256

Re: 安装ESP-IDF (VSCODE)出现错误:SSL/HTTPS错误

不重装的话,多尝试几次也能成功,感觉判定有问题
by GFeonix
Wed Mar 25, 2026 7:14 am
Forum: ESP-IDF 中文讨论版
Topic: 安装ESP-IDF (VSCODE)出现错误:SSL/HTTPS错误
Replies: 2
Views: 256

Re: 安装ESP-IDF (VSCODE)出现错误:SSL/HTTPS错误

我也是,重装python解决了
by GFeonix
Wed Feb 25, 2026 1:31 am
Forum: ESP-IDF
Topic: Espressif Installation Manager (EIM) Fails with Install Python
Replies: 8
Views: 1325

Re: Espressif Installation Manager (EIM) Fails with Install Python

If you are using Windows, you can shutdown the python alias.
Tell us how to do this.
In the Windows Settings, search "alias", then you will find how to shut.
by GFeonix
Tue Feb 24, 2026 8:21 am
Forum: ESP-IDF 中文讨论版
Topic: USB CDC实现固件升级?
Replies: 1
Views: 366

Re: USB CDC实现固件升级?

跟串口OTA其实都是一样的,都是接收数据,写入,校验,修改boot这几步
by GFeonix
Tue Feb 24, 2026 7:25 am
Forum: ESP-IDF
Topic: Espressif Installation Manager (EIM) Fails with Install Python
Replies: 8
Views: 1325

Re: Espressif Installation Manager (EIM) Fails with Install Python

If you are using Windows, you can shutdown the python alias. Because on Windows, python alias is linked to the Microsoft Store(I don't know why but it just do so). EIM will use python alias to check the python version, so it will fail any way when the alias is on.
by GFeonix
Tue May 27, 2025 9:59 am
Forum: ESP-IDF
Topic: How to read downloaded HTTP chunked data?
Replies: 2
Views: 4777

Re: How to read downloaded HTTP chunked data?

esp_http_client_read() seems to do the work.
Could you help showing an example? I try to receive the data with this function but receive nothing.

Go to advanced search