From c805de48eb5b2d94c310eb634fe992f6557faf93 Mon Sep 17 00:00:00 2001 From: technyon Date: Sun, 11 Feb 2024 02:36:19 +0100 Subject: [PATCH] try fix git work workflow --- .github/workflows/build.yml | 1 + Config.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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