From e2eecec819bdbf10aee2d9cda5f183703174da4b Mon Sep 17 00:00:00 2001 From: ipason Date: Sun, 11 May 2025 10:36:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E8=BD=AF=E4=BB=B6?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=EF=BC=8C=E5=88=A0=E9=99=A4=E4=BA=86?= =?UTF-8?q?cpu=E5=92=8C=E5=B8=A7=E7=8E=87=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- sdkconfig | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ae8778..151f0d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,4 +5,4 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake) add_compile_options(-Wno-missing-field-initializers) -project("oxy_fluxdc_V03" VERSION 0.3) \ No newline at end of file +project("oxy_fluxdc_V03" VERSION 2.3) \ No newline at end of file diff --git a/sdkconfig b/sdkconfig index 9fb3fed..2d505a3 100644 --- a/sdkconfig +++ b/sdkconfig @@ -2160,16 +2160,7 @@ CONFIG_LV_ASSERT_HANDLER_INCLUDE="assert.h" # # Others # -CONFIG_LV_USE_PERF_MONITOR=y -# CONFIG_LV_PERF_MONITOR_ALIGN_TOP_LEFT is not set -# CONFIG_LV_PERF_MONITOR_ALIGN_TOP_MID is not set -# CONFIG_LV_PERF_MONITOR_ALIGN_TOP_RIGHT is not set -# CONFIG_LV_PERF_MONITOR_ALIGN_BOTTOM_LEFT is not set -# CONFIG_LV_PERF_MONITOR_ALIGN_BOTTOM_MID is not set -CONFIG_LV_PERF_MONITOR_ALIGN_BOTTOM_RIGHT=y -# CONFIG_LV_PERF_MONITOR_ALIGN_LEFT_MID is not set -# CONFIG_LV_PERF_MONITOR_ALIGN_RIGHT_MID is not set -# CONFIG_LV_PERF_MONITOR_ALIGN_CENTER is not set +# CONFIG_LV_USE_PERF_MONITOR is not set # CONFIG_LV_USE_REFR_DEBUG is not set # CONFIG_LV_SPRINTF_CUSTOM is not set CONFIG_LV_SPRINTF_USE_FLOAT=y