From 80e7a8b262377e654b3926db018171d51a8bce1c Mon Sep 17 00:00:00 2001 From: DrZlo13 Date: Fri, 3 Dec 2021 00:25:12 +1000 Subject: [PATCH] Cmake: log IDF version --- main/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index d654d68..7923635 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -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}")