From 4c313d7e9a72952f08008d27e850c27ef8f4dc53 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Tue, 6 Jan 2026 11:00:05 +0300 Subject: [PATCH] perf: updated components --- components/zh_pcf8574 | 2 +- main/ate0004.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/zh_pcf8574 b/components/zh_pcf8574 index 80fc619..de9ece9 160000 --- a/components/zh_pcf8574 +++ b/components/zh_pcf8574 @@ -1 +1 @@ -Subproject commit 80fc61936c959291ee4d0e4595a2eb43615c4030 +Subproject commit de9ece9c0d53aa72334270af2bfb20d9d64945f7 diff --git a/main/ate0004.c b/main/ate0004.c index aed4cd5..9cf3236 100644 --- a/main/ate0004.c +++ b/main/ate0004.c @@ -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, }, };