mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +08:00
feat(examples): Change user function entry name to app_main()
This commit is contained in:
@ -236,7 +236,7 @@ uint32_t user_rf_cal_sector_set(void)
|
||||
return rf_cal_sec;
|
||||
}
|
||||
|
||||
void user_init()
|
||||
void app_main()
|
||||
{
|
||||
ESP_ERROR_CHECK( nvs_flash_init() );
|
||||
initialise_wifi();
|
||||
|
Reference in New Issue
Block a user