From 541bbd702f91cfcdab14987942eadb80efe961b0 Mon Sep 17 00:00:00 2001 From: haoran Date: Sun, 12 Jan 2025 18:03:09 +0800 Subject: [PATCH] fix some bug --- .settings/language.settings.xml | 4 ++-- usrc/uicontroler/ui_controler.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.settings/language.settings.xml b/.settings/language.settings.xml index a83011f..15ef695 100644 --- a/.settings/language.settings.xml +++ b/.settings/language.settings.xml @@ -5,7 +5,7 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/usrc/uicontroler/ui_controler.cpp b/usrc/uicontroler/ui_controler.cpp index fdfc33e..e568090 100644 --- a/usrc/uicontroler/ui_controler.cpp +++ b/usrc/uicontroler/ui_controler.cpp @@ -205,7 +205,7 @@ bool UIControler::readFiledAsInt(uint8_t pid, uint8_t bid, const char* filedName return true; } ZLOGW(TAG, "readFiledAsInt pid:%d bid:%d %s failed retry %d", pid, bid, filedName, i); - osDelay(300); + osDelay(600); } ZLOGE(TAG, "readFiledAsInt %s failed", filedName); return false;