Skip to content

Commit 0c5d50b

Browse files
committed
Update AP Stations info on WIFI_EVENT_STA_START events
1 parent aad0c1b commit 0c5d50b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ HEAD
88
* Fix AsyncWebParameter pointer to const in /uploadFile method
99
* Fix deprecated GPIO_ID_PIN macro when not USE_ASYNC_WEBSERVER
1010
* Refactor NAT configuration in enableNAT method using arduino-esp32 AP and NAPT methods instead ESP-IDF API
11+
* Update AP Stations info on WIFI_EVENT_STA_START events
1112

1213
v3.0.1 (2025-08-14)
1314
------

src/WebConfigNetwork.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ void WebConfigNetwork::WiFiEventHandler(void* arg, esp_event_base_t event_base,
5656
break;
5757
}
5858
case WIFI_EVENT_AP_STADISCONNECTED:
59+
case WIFI_EVENT_STA_START:
5960
case WIFI_EVENT_AP_STACONNECTED: {
6061
log_i("AP client updates");
6162
self->updateApStations = true;

0 commit comments

Comments
 (0)