From a958ceda3455f5b76d97603b7e80c18f31bca11c Mon Sep 17 00:00:00 2001 From: vmWin10 Date: Tue, 22 Apr 2025 14:01:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=A4=E4=B8=AA?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/FluxUI/ui_event_homePage.c | 2 +- main/main.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/FluxUI/ui_event_homePage.c b/components/FluxUI/ui_event_homePage.c index 43734e3..2f9f3fe 100644 --- a/components/FluxUI/ui_event_homePage.c +++ b/components/FluxUI/ui_event_homePage.c @@ -484,5 +484,5 @@ void on_dropdown_deviceTypeBS_valueChanged(lv_event_t * e) #if LOG_RECORD_ENABLE example_write_log("on_dropdownDeviceType_valueChanged 设备类型修改成功"); #endif - +//hahahha } \ No newline at end of file diff --git a/main/main.cpp b/main/main.cpp index 2a32abb..334da07 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -178,4 +178,5 @@ static void ui_bs_parm_clear(void) lv_label_set_text(ui_pageHome_LabelRate40UP, "--.-"); lv_label_set_text(ui_pageHome_LabelRate40STD, "--.-"); lv_label_set_text(ui_pageHome_LabelRate40Result, "--.-"); + //修改了 } \ No newline at end of file