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();