forked from xiaozhi/xiaozhi-esp32
Fixed the bug where BLUFI would output error logs even when the network connection was normal. (#1567)
This commit is contained in:
@@ -34,6 +34,8 @@ public:
|
||||
Blufi &operator=(const Blufi &) = delete;
|
||||
|
||||
private:
|
||||
bool inited_ = false;
|
||||
|
||||
Blufi();
|
||||
|
||||
~Blufi();
|
||||
|
||||
Reference in New Issue
Block a user