Search found 2 matches

by mriksman
Wed Jan 19, 2022 11:37 am
Forum: IDEs for ESP-IDF
Topic: VSCode ESP-IDF Flash and Ram Size
Replies: 4
Views: 7531

Re: VSCode ESP-IDF Flash and Ram Size

Hello, I think it's a useful feature. For now, you should be able to see flash and RAM usage using the "Size analysis of the binaries" command https://github.com/espressif/vscode-esp-idf-extension#available-commands @ESP_kondalkolipaka I'd like this to show TOTAL bin size vs PARTITION sizes availab...
by mriksman
Tue Mar 24, 2020 1:50 pm
Forum: General Discussion
Topic: OTA update without internet/WiFi network
Replies: 12
Views: 18969

Re: OTA update without internet/WiFi network

You are showing Arduino code. Which, although their SDK is similar to Espressif's ESP-IDF SDK, it is not identical, and can lag behind in terms of features. This forum is likely aimed at people using the Espressif ESP-IDF SDK. This looks quite complicated. I just used the OTAWebUpdater from the exam...