We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc919a0 commit 7a9c23cCopy full SHA for 7a9c23c
cores/esp8266/core_esp8266_main.cpp
@@ -636,8 +636,8 @@ extern "C" void ICACHE_FLASH_ATTR user_pre_init(void)
636
system_phy_set_rfoption(rf_mode), system_phy_set_powerup_option(2), etc.
637
638
Placement, should this be at the beginning or end of user_pre_init()?
639
- By the end, we have already registered the PHY_DATA partition.
640
- SDK v2.2 called user_rf_pre_init() after reading PHY_DATA.
+ By the end, we have registered the PHY_DATA partition; however, PHY_DATA
+ read occurs after return and before user_init() is called.
641
*/
642
user_rf_pre_init();
643
}
0 commit comments