esp32: add get idf version api

This commit is contained in:
Wu Jian Gang
2017-01-17 16:52:42 +08:00
parent a14bef8f8a
commit f4d5d151aa
2 changed files with 10 additions and 1 deletions

View File

@@ -179,4 +179,8 @@ const char* system_get_sdk_version(void)
return "master";
}
const char* esp_get_idf_version(void)
{
return IDF_VER;
}