From 8fb8914a179e16f08eb8246dda69943be83645e0 Mon Sep 17 00:00:00 2001 From: air <30444667+sszdot@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:47:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=20=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9Afactor=20=E3=80=90=E5=8E=9F=20=20=E5=9B=A0=E3=80=91?= =?UTF-8?q?=EF=BC=9A=E6=96=B0=E6=8D=A2=E7=9A=84=E5=96=87=E5=8F=AD=E5=A3=B0?= =?UTF-8?q?=E9=9F=B3=E5=A4=AA=E5=B0=8F=20=E3=80=90=E8=BF=87=20=20=E7=A8=8B?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E6=8A=8APLayText=E5=87=BD=E6=95=B0=20?= =?UTF-8?q?=E5=A3=B0=E9=9F=B3=E9=BB=98=E8=AE=A4=E5=8F=82=E6=95=B0=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E6=9C=80=E5=A4=A7=20=E3=80=90=E5=BD=B1=20=20=E5=93=8D?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E6=89=80=E6=9C=89=E6=92=AD=E6=94=BE=E5=A3=B0?= =?UTF-8?q?=E9=9F=B3=E9=83=BD=E4=B8=BA=E6=9C=80=E5=A4=A7=20=E6=94=B9?= =?UTF-8?q?=E5=89=8D=E9=BB=98=E8=AE=A4=E6=9C=80=E5=B0=8F=E5=8F=AA=E6=9C=89?= =?UTF-8?q?=E5=9C=A8=20=E4=B8=8B=E6=94=BE=E5=8B=BE=E6=97=B6=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=20=E5=8F=82=E6=95=B0=E5=A3=B0=E9=9F=B3=E6=9C=80?= =?UTF-8?q?=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/FoodDeliveryBase.h | 4 ++-- src/main.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/FoodDeliveryBase.h b/src/FoodDeliveryBase.h index d542313..b817ea6 100644 --- a/src/FoodDeliveryBase.h +++ b/src/FoodDeliveryBase.h @@ -71,8 +71,8 @@ public: V8 = 8, V9 = 9 }; - unsigned long lastRunTime = 0; // playText()上次运行时间戳 - void playText(String str, VoiceVolume vol = V1); + unsigned long lastRunTime = 0; // 站点()上次运行时间戳 + void 站点(String str, VoiceVolume vol = V9); void SetplayvolMax(); uint8_t chekVoiceMcu(); void stopVoice(); diff --git a/src/main.cpp b/src/main.cpp index dc7a1b9..4845fe3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -492,7 +492,7 @@ void Task1(void *pvParameters) /*如果循环时间超过100ms,则打印错误日志*/ if (_looptm_core0 > 200) { - //addLogMessage("core0 timeout: " + String(_looptm_core0)); + // addLogMessage("core0 timeout: " + String(_looptm_core0)); } } }