diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f645b0..dc2a6df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: run: | mkdir -p build cd build - cmake -D CMAKE_TOOLCHAIN_FILE=../arduino-toolchain/Arduino-toolchain.cmake -D ARDUINO_BOARD="ESP32 Dev Module [esp32.esp32]" .. + 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 echo "nvs, data, nvs, 0x9000, 0x5000," >> partitions.csv diff --git a/Version.h b/Version.h index 40a5fff..7da3737 100644 --- a/Version.h +++ b/Version.h @@ -1,3 +1,3 @@ #pragma once -#define nuki_hub_version "4.9" \ No newline at end of file +#define nuki_hub_version "5.0" \ No newline at end of file diff --git a/webflash/bootloader_qio_80m.bin b/webflash/bootloader_qio_80m.bin index 63c05c1..82fd51d 100755 Binary files a/webflash/bootloader_qio_80m.bin and b/webflash/bootloader_qio_80m.bin differ diff --git a/webflash/nuki_hub.bin b/webflash/nuki_hub.bin index 0e04201..5074ea2 100644 Binary files a/webflash/nuki_hub.bin and b/webflash/nuki_hub.bin differ