Search found 4 matches

by svcguy
Tue Aug 17, 2021 7:33 pm
Forum: ESP-IDF
Topic: Access esp_app_desc_t
Replies: 4
Views: 7262

Re: Access esp_app_desc_t

:D
I did try #1. I like #2 and #5, I’ll give them a go. As for #3 and #4 I can’t speak to the whereabouts of your cat over the last couple of days, but hopefully it has not been messing around with my project!

…and #6 is always on the table…

Andy
by svcguy
Sat Aug 14, 2021 3:54 am
Forum: ESP-IDF
Topic: Access esp_app_desc_t
Replies: 4
Views: 7262

Re: Access esp_app_desc_t

Hi,

Thanks for the response! I see that esp_ota_get_app_description is included from esp_ota_ops.h, but #include-ing that gives a fatal error: esp_ota_ops.h: No such file or directory as well. How can I get this into my project?
by svcguy
Fri Aug 13, 2021 4:04 pm
Forum: ESP-IDF
Topic: Access esp_app_desc_t
Replies: 4
Views: 7262

Access esp_app_desc_t

Hello, I'm using esp-idf 4.3 within VSCode with extension v1.1.1. I would like to get access during runtime to the esp_app_desc_t struct for the project, so I can display my firmware version, etc in a command console. I see that esp_app_desc_t is defined in esp_app_format.h but #include -ing that in...
by svcguy
Sun Jul 25, 2021 5:31 pm
Forum: IDEs for ESP-IDF
Topic: Can't upload using native USB port on ESP32S2 and VS Code
Replies: 4
Views: 11961

Re: Can't upload using native USB port on ESP32S2 and VS Code

Can you share details on your setup? I'm looking for a solution to getting ESP-IDF, the VSCode extension and an ESP32-S2 board to work with native USB-CDC. Is this possible?

Thanks,