Compare commits

5 Commits

Author SHA1 Message Date
4b5db1d472 doc: updated schematic 2026-01-09 09:55:56 +03:00
4c313d7e9a perf: updated components 2026-01-06 11:00:05 +03:00
1a24f57025 perf: updated components 2025-12-28 22:26:09 +03:00
501c6f5b95 refactor: refactored by pvs-studio 2025-12-14 21:34:01 +03:00
26bd041b02 perf: updated components 2025-12-14 21:32:17 +03:00
5 changed files with 8113 additions and 8109 deletions

3
.gitignore vendored
View File

@@ -2,4 +2,5 @@
.DS_Store .DS_Store
build build
sdkconfig.old sdkconfig.old
desktop.ini desktop.ini
.PVS-Studio

View File

@@ -4,6 +4,10 @@
1. [ESP32 ESP-IDF v5.5.1](https://docs.espressif.com/projects/esp-idf/en/v5.5.1/esp32/index.html) 1. [ESP32 ESP-IDF v5.5.1](https://docs.espressif.com/projects/esp-idf/en/v5.5.1/esp32/index.html)
## SAST Tools
[PVS-Studio](https://pvs-studio.com/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source) - static analyzer for C, C++, C#, and Java code.
## Build and flash ## Build and flash
Run the following command to firmware build and flash module: Run the following command to firmware build and flash module:

View File

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

File diff suppressed because it is too large Load Diff