Function esp_idf_sys::esp_efuse_disable_basic_rom_console

source ยท
pub unsafe extern "C" fn esp_efuse_disable_basic_rom_console()
Expand description

@brief Disable BASIC ROM Console via efuse

By default, if booting from flash fails the ESP32 will boot a BASIC console in ROM.

Call this function (from bootloader or app) to permanently disable the console on this chip.