forked from xiaozhi/xiaozhi-esp32
Add activation version 2
This commit is contained in:
@@ -178,6 +178,7 @@ void Display::Update() {
|
||||
kDeviceStateStarting,
|
||||
kDeviceStateWifiConfiguring,
|
||||
kDeviceStateListening,
|
||||
kDeviceStateActivating,
|
||||
};
|
||||
if (std::find(allowed_states.begin(), allowed_states.end(), device_state) != allowed_states.end()) {
|
||||
icon = board.GetNetworkStateIcon();
|
||||
|
||||
Reference in New Issue
Block a user