mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
Log level changed to remove useless info.
This commit is contained in:
@@ -89,7 +89,7 @@ esp_err_t WL_Ext_Safe::recover()
|
|||||||
WL_Ext_Safe_State state;
|
WL_Ext_Safe_State state;
|
||||||
result = WL_Flash::read(this->state_addr, &state, sizeof(WL_Ext_Safe_State));
|
result = WL_Flash::read(this->state_addr, &state, sizeof(WL_Ext_Safe_State));
|
||||||
WL_EXT_RESULT_CHECK(result);
|
WL_EXT_RESULT_CHECK(result);
|
||||||
ESP_LOGI(TAG, "%s recover, start_addr = 0x%08x, local_addr_base = 0x%08x, local_addr_shift = %i, count=%i", __func__, state.erase_begin, state.local_addr_base, state.local_addr_shift, state.count);
|
ESP_LOGV(TAG, "%s recover, start_addr = 0x%08x, local_addr_base = 0x%08x, local_addr_shift = %i, count=%i", __func__, state.erase_begin, state.local_addr_base, state.local_addr_shift, state.count);
|
||||||
|
|
||||||
// check if we have transaction
|
// check if we have transaction
|
||||||
if (state.erase_begin == WL_EXT_SAFE_OK) {
|
if (state.erase_begin == WL_EXT_SAFE_OK) {
|
||||||
|
Reference in New Issue
Block a user