Search found 4 matches

by fabesp
Thu Sep 26, 2024 2:06 pm
Forum: ESP RainMaker
Topic: ESP32-S2 OTA Fail
Replies: 2
Views: 1043

Re: ESP32-S2 OTA Fail

Thanks Piyush. I'm using IDF v5.1
by fabesp
Tue Sep 24, 2024 8:35 pm
Forum: IDEs for ESP-IDF
Topic: Vscode ESP-IDF Extension: Files Being Generated Outside the Build Folder
Replies: 2
Views: 665

Re: Vscode ESP-IDF Extension: Files Being Generated Outside the Build Folder

Thank you very much, @ESP_bignacio

The problem was the missing backslash in idf.buildPathWin, just as you suggested: "idf.buildPathWin": "${workspaceFolder}\\build"

Now it's working perfectly.

Regards,
by fabesp
Mon Sep 23, 2024 9:20 pm
Forum: ESP RainMaker
Topic: ESP32-S2 OTA Fail
Replies: 2
Views: 1043

ESP32-S2 OTA Fail

Hello everyone, I am testing OTA through the ESP Rainmaker Dashboard, but it fails on the ESP32-S2 with the following error message: Captura de tela 2024-09-23 181832.png I tested the same code and configurations and successfully performed OTA on the ESP32, ESP32-S3, ESP32-C6, and ESP32-C3. I used t...
by fabesp
Mon Sep 23, 2024 4:25 pm
Forum: IDEs for ESP-IDF
Topic: Vscode ESP-IDF Extension: Files Being Generated Outside the Build Folder
Replies: 2
Views: 665

Vscode ESP-IDF Extension: Files Being Generated Outside the Build Folder

Hello everyone, After the recent extension updates, I noticed that after the build, several files (which were usually generated inside the build folder) are now being placed in the project's root folder. How can I prevent these files from being generated outside the build folder? Captura de tela 202...