We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c844ba4 commit 577d650Copy full SHA for 577d650
components/esp_hw_support/port/esp32c5/pmu_param.c
@@ -439,7 +439,7 @@ uint32_t get_act_hp_dbias(void)
439
hp_cali_dbias = 31;
440
}
441
} else {
442
- ESP_HW_LOGW(TAG, "hp_cali_dbias not burnt in efuse, use default.");
+ ESP_HW_LOGD(TAG, "hp_cali_dbias not burnt in efuse, use default.");
443
444
return hp_cali_dbias;
445
@@ -463,7 +463,7 @@ uint32_t get_act_lp_dbias(void)
463
lp_cali_dbias = 31;
464
465
466
+ ESP_HW_LOGD(TAG, "lp_cali_dbias not burnt in efuse, use default.");
467
468
469
return lp_cali_dbias;
0 commit comments