~aleteoryx/muditaos

232e5c114991de2889627ae027b8243725d769a3 — Mateusz Piesta 4 years ago 83051c9
[BH-1289] Revert Restore Temperature Reading

This reverts commit b0c8566d6e67c3631be96cc6b6e8bdf719c8f002.
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" ON)
option(CONFIG_ENABLE_TEMP "Enable displaying temperature" OFF)
option(CONFIG_SHOW_MEMORY_INFO "Enable displaying memory info" OFF)
configure_file(config/ProductConfig.in.hpp ${CMAKE_BINARY_DIR}/ProductConfig.hpp  @ONLY)