Skip to content

Commit

Permalink
Display IDF version during compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Jul 24, 2024
1 parent 0ef520f commit 74df62e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/features.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,15 @@ include(cmake/sanity_check.cmake)
# ===========================================
# Final Configuration Summary
# ===========================================

set(IDF_VERSION "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}.${IDF_VERSION_PATCH}")
message(STATUS "")
message(STATUS "${BoldCyan}Configuration Summary:${ColourReset}")
message(STATUS "${Cyan}------------------------${ColourReset}")
message(STATUS "${Cyan}PROJECT_NAME: ${White}ESP3D TFT${ColourReset}")
message(STATUS "${Cyan}Hardware Target: ${White}${board_target}${ColourReset}")
message(STATUS "${Cyan}Firmware Target: ${White}${fw_target}${ColourReset}")
message(STATUS "${Cyan}Platform: ${White}${IDF_TARGET}${ColourReset}")
message(STATUS "${Cyan}ESP-IDF version: ${White} ${IDF_VERSION}${ColourReset}")
message(STATUS "${Cyan}WiFi: ${White}${WIFI_SERVICE} ${ColourReset}")
message(STATUS "${Cyan}Bluetooth: ${White}${BT_SERVICE} ${ColourReset}")
message(STATUS "${Cyan}TFT UI: ${White}${TFT_UI_SERVICE} ${ColourReset}")
Expand Down

0 comments on commit 74df62e

Please sign in to comment.