Cmake: log IDF version

This commit is contained in:
DrZlo13 2021-12-03 00:25:12 +10:00
parent 933520f7a2
commit 80e7a8b262
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ execute_process(
# Build date
string(TIMESTAMP FW_BUILD_DATE "%d-%m-%Y")
message(STATUS "IDF version: ${IDF_VER}")
message(STATUS "FW date: ${FW_BUILD_DATE}")
message(STATUS "FW commit: ${FW_GIT_COMMIT}")
message(STATUS "FW branch: ${FW_GIT_BRANCH}")