diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 169e88e..a003257 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,7 @@ jobs: run: | mkdir -p build cd build + touch file_opts cmake -D CMAKE_TOOLCHAIN_FILE=../arduino-toolchain/Arduino-toolchain.cmake .. echo "# Espressif ESP32 Partition Table" > partitions.csv echo "# Name, Type, SubType, Offset, Size, Flags" >> partitions.csv diff --git a/Config.h b/Config.h index 07f9518..8ce639c 100644 --- a/Config.h +++ b/Config.h @@ -1,6 +1,6 @@ #pragma once -#define NUKI_HUB_VERSION "8.32-pre-3" +#define NUKI_HUB_VERSION "8.32-pre-5" #define MQTT_QOS_LEVEL 1 #define MQTT_CLEAN_SESSIONS false