From 35eef02bcd2b532f3f301b4db64c86018adf420b Mon Sep 17 00:00:00 2001 From: air <30444667+sszdot@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:19:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9Afactor=20=E3=80=90=E5=8E=9F=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=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=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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FoodDeliveryBase.h b/src/FoodDeliveryBase.h index b817ea6..0c00c6b 100644 --- a/src/FoodDeliveryBase.h +++ b/src/FoodDeliveryBase.h @@ -71,8 +71,8 @@ public: V8 = 8, V9 = 9 }; - unsigned long lastRunTime = 0; // 站点()上次运行时间戳 - void 站点(String str, VoiceVolume vol = V9); + unsigned long lastRunTime = 0; // playText()上次运行时间戳 + void playText(String str, VoiceVolume vol = V5); void SetplayvolMax(); uint8_t chekVoiceMcu(); void stopVoice();