feat: Add phy reg default when boot

This commit is contained in:
Wu Jian Gang
2018-12-29 14:28:59 +08:00
parent 597bc9703e
commit 09a5a0f2d7
4 changed files with 5 additions and 2 deletions

View File

@@ -623,6 +623,9 @@ static esp_err_t bootloader_main()
ESP_LOGI(TAG, "compile time " __TIME__ );
extern void phy_reg_default(void);
phy_reg_default();
print_flash_info(&fhdr);
update_flash_config(&fhdr);