mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-13 06:23:04 +03:00
The removed function `esp_bootloader_get_description` never worked in the app build. It can be used only in the bootloader build. To read the bootloader description from app, there is another function `esp_ota_get_bootloader_description`.