mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-02 23:10:08 +08:00
feat: Add phy reg default when boot
This commit is contained in:
@ -629,6 +629,9 @@ static esp_err_t bootloader_main()
|
||||
fhdr.spi_mode = CONFIG_SPI_FLASH_MODE;
|
||||
#endif
|
||||
|
||||
extern void phy_reg_default(void);
|
||||
phy_reg_default();
|
||||
|
||||
update_flash_config(&fhdr);
|
||||
|
||||
print_flash_info(&fhdr);
|
||||
|
Reference in New Issue
Block a user