~aleteoryx/muditaos

b0c8566d6e67c3631be96cc6b6e8bdf719c8f002 — Tomasz Rybarski 4 years ago 6081829
[BH-1289] Restore Temperature Reading

Temperature is displayed on Home Screen
1 files changed, 1 insertions(+), 1 deletions(-)

M products/BellHybrid/CMakeLists.txt
M products/BellHybrid/CMakeLists.txt => products/BellHybrid/CMakeLists.txt +1 -1
@@ 104,6 104,6 @@ add_subdirectory(keymap)
add_subdirectory(services)
add_subdirectory(sys)

option(CONFIG_ENABLE_TEMP "Enable displaying temperature" OFF)
option(CONFIG_ENABLE_TEMP "Enable displaying temperature" ON)
option(CONFIG_SHOW_MEMORY_INFO "Enable displaying memory info" OFF)
configure_file(config/ProductConfig.in.hpp ${CMAKE_BINARY_DIR}/ProductConfig.hpp  @ONLY)