1
0
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:
Jesse Hills
2021-07-09 00:39:37 +12:00
committed by GitHub
parent f9797825ad
commit be61b38a2c
2 changed files with 18 additions and 2 deletions

View File

@@ -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_;