mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-27 01:16:27 +08:00
feat(esp8266): Modify old system APIs to new ones
This commit is contained in:
@ -71,5 +71,5 @@ uint32_t user_rf_cal_sector_set(void)
|
||||
*******************************************************************************/
|
||||
void user_init(void)
|
||||
{
|
||||
printf("SDK version:%s\n", system_get_sdk_version());
|
||||
printf("SDK version:%s\n", esp_get_idf_version());
|
||||
}
|
||||
|
Reference in New Issue
Block a user