fix(example): fix https_mbedtls to use new APIs

This commit is contained in:
Wu Jian Gang
2018-06-30 09:32:50 +08:00
parent 7e1efaa69d
commit d3769b9c6f
2 changed files with 210 additions and 155 deletions

View File

@ -64,12 +64,12 @@ uint32_t user_rf_cal_sector_set(void)
}
/******************************************************************************
* FunctionName : user_init
* FunctionName : app_main
* Description : entry of user application, init user function here
* Parameters : none
* Returns : none
*******************************************************************************/
void user_init(void)
void app_main(void)
{
printf("SDK version:%s\n", esp_get_idf_version());
}