Search found 2 matches
- Wed Feb 14, 2024 7:13 am
- Forum: ESP-IDF
- Topic: [Resolved] OTA update in ESP IDF 5
- Replies: 1
- Views: 501
Re: OTA update in ESP IDF 5
finally I found, the problem was that I tried to decrease memory size and I set mbedTLS maximum incoming fragment length to 8192. It needs to be minimum 16384.
- Mon Jan 29, 2024 11:40 am
- Forum: ESP-IDF
- Topic: [Resolved] OTA update in ESP IDF 5
- Replies: 1
- Views: 501
[Resolved] OTA update in ESP IDF 5
Hi All, I need OTA refresh in my ESP IDF 5 (master branch) used application. It needs https and I already used a certificate in my application for mqtt communication and there is no problem. I want to used this same server for OTA, but it does not works. I have a global cert in my code used for mqtt...