From 3a1991292e6c89c025418d6a527b186952282b60 Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Mon, 12 Aug 2024 00:10:27 -0400 Subject: [PATCH] . --- ESP32-Rainmaker-Switch/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ESP32-Rainmaker-Switch/CMakeLists.txt b/ESP32-Rainmaker-Switch/CMakeLists.txt index 303c4235b..a20950c57 100644 --- a/ESP32-Rainmaker-Switch/CMakeLists.txt +++ b/ESP32-Rainmaker-Switch/CMakeLists.txt @@ -11,6 +11,7 @@ endif(DEFINED ENV{RMAKER_PATH}) # Add RainMaker components and other common application components set(EXTRA_COMPONENT_DIRS ${RMAKER_PATH}/components/esp-insights/components ${RMAKER_PATH}/components ${RMAKER_PATH}/examples/common) -set(PROJECT_VER "1.0") +# Increase project version in order for OTA to work +set(PROJECT_VER "2.5") include($ENV{IDF_PATH}/tools/cmake/project.cmake) project(ESP32-Rainmaker-Switch)