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