mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-14 17:27:30 +08:00
feat: Add phy reg default when boot
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user