perf: updated components

This commit is contained in:
2026-01-06 11:00:05 +03:00
parent 1a24f57025
commit 4c313d7e9a
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ static void _zh_wifi_softap_init(void)
.ap = {
.ssid = WIFI_SSID,
.password = WIFI_PASS,
.max_connection = 4,
.max_connection = MAX_STA_CONNECTION,
.authmode = WIFI_AUTH_WPA2_PSK,
},
};