Delete useless code.

This commit is contained in:
Justin
2024-11-06 15:55:20 +08:00
parent 20deb2b777
commit 77044b410f
2 changed files with 0 additions and 5 deletions

View File

@@ -96,7 +96,6 @@ private:
volatile ChatState chat_state_ = kChatStateUnknown;
volatile bool break_speaking_ = false;
bool skip_to_end_ = false;
esp_timer_handle_t update_display_timer_ = nullptr;
// Audio encode / decode
TaskHandle_t audio_encode_task_ = nullptr;