mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 11:47:30 +01:00
proceed if AP mode is set up (#6631)
This commit is contained in:
parent
1e196bac98
commit
5edf4970bd
@ -694,7 +694,7 @@ void WiFiComponent::retry_connect() {
|
||||
}
|
||||
|
||||
bool WiFiComponent::can_proceed() {
|
||||
if (!this->has_sta() || this->state_ == WIFI_COMPONENT_STATE_DISABLED) {
|
||||
if (!this->has_sta() || this->state_ == WIFI_COMPONENT_STATE_DISABLED || this->ap_setup_) {
|
||||
return true;
|
||||
}
|
||||
return this->is_connected();
|
||||
|
Loading…
Reference in New Issue
Block a user