mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 23:05:46 +00:00
Allow WiFi AP to use device name (#1990)
This commit is contained in:
@@ -282,6 +282,7 @@ class WiFiComponent : public Component {
|
||||
WiFiAP selected_ap_;
|
||||
bool fast_connect_{false};
|
||||
|
||||
bool has_ap_{false};
|
||||
WiFiAP ap_;
|
||||
WiFiComponentState state_{WIFI_COMPONENT_STATE_OFF};
|
||||
uint32_t action_started_;
|
||||
|
||||
Reference in New Issue
Block a user