From 30a4d106622d0788f2ac3095481f636a3a7da9b5 Mon Sep 17 00:00:00 2001 From: Wolfgang <24637325+seeul8er@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:52:58 +0100 Subject: [PATCH] updated version --- CMakeLists.txt | 2 +- main/globals.h | 2 +- sdkconfig | 6 +++--- sdkconfig_c3_official | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 684412f..38ef14b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,6 @@ add_custom_command ( POST_BUILD COMMAND cmake -E remove_directory "${CMAKE_SOURCE_DIR}/frontend/build" ) -set(PROJECT_VER "2.0RC3") +set(PROJECT_VER "2.0RC5") include($ENV{IDF_PATH}/tools/cmake/project.cmake) project(db_esp32) \ No newline at end of file diff --git a/main/globals.h b/main/globals.h index 139b02e..0398c48 100644 --- a/main/globals.h +++ b/main/globals.h @@ -26,7 +26,7 @@ #define MAX_LTM_FRAMES_IN_BUFFER 5 -#define DB_BUILD_VERSION 13 +#define DB_BUILD_VERSION 14 #define DB_MAJOR_VERSION 2 #define DB_MINOR_VERSION 0 diff --git a/sdkconfig b/sdkconfig index 7fc06e1..35f069d 100644 --- a/sdkconfig +++ b/sdkconfig @@ -415,14 +415,14 @@ CONFIG_ESPTOOLPY_FLASHFREQ_80M=y CONFIG_ESPTOOLPY_FLASHFREQ_80M_DEFAULT=y CONFIG_ESPTOOLPY_FLASHFREQ="80m" # CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set -CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y -# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y # CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set -CONFIG_ESPTOOLPY_FLASHSIZE="2MB" +CONFIG_ESPTOOLPY_FLASHSIZE="4MB" # CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE is not set CONFIG_ESPTOOLPY_BEFORE_RESET=y # CONFIG_ESPTOOLPY_BEFORE_NORESET is not set diff --git a/sdkconfig_c3_official b/sdkconfig_c3_official index 7fc06e1..35f069d 100644 --- a/sdkconfig_c3_official +++ b/sdkconfig_c3_official @@ -415,14 +415,14 @@ CONFIG_ESPTOOLPY_FLASHFREQ_80M=y CONFIG_ESPTOOLPY_FLASHFREQ_80M_DEFAULT=y CONFIG_ESPTOOLPY_FLASHFREQ="80m" # CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set -CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y -# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y # CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set # CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set -CONFIG_ESPTOOLPY_FLASHSIZE="2MB" +CONFIG_ESPTOOLPY_FLASHSIZE="4MB" # CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE is not set CONFIG_ESPTOOLPY_BEFORE_RESET=y # CONFIG_ESPTOOLPY_BEFORE_NORESET is not set